public class SymbolNotFoundException
extends java.lang.Exception
SymbolNotFoundException is thrown if a specified
symbol identifier cannot be found.| Constructor and Description |
|---|
SymbolNotFoundException(SymbolID id)
Create a new exception object for the specified symbol identifier.
|
| Modifier and Type | Method and Description |
|---|---|
SymbolID |
getSymboID()
Return the symbol identifier that could not be found in the symbol
table.
|