|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.pdmfc.tea.STeaException
com.pdmfc.tea.runtime.SRuntimeException
com.pdmfc.tea.runtime.SNoSuchVarException
public class SNoSuchVarException
These exceptions are thrown whenever there is an attempt to reference a variable not defined in the current context.
| Constructor Summary | |
|---|---|
SNoSuchVarException(SObjSymbol symbol)
Initializes the message from the name of the given symbol. |
|
| Method Summary |
|---|
| Methods inherited from class com.pdmfc.tea.runtime.SRuntimeException |
|---|
addMessage, addMessage, getFullMessage |
| Methods inherited from class com.pdmfc.tea.STeaException |
|---|
getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SNoSuchVarException(SObjSymbol symbol)
symbol - An SObjSymbol for whom there was no variable defined in
the current context.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||