|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.pdmfc.tea.STeaException
|
+--com.pdmfc.tea.runtime.SFlowControlException
|
+--com.pdmfc.tea.runtime.SBreakException
These exceptions are thrown to break out of a loop.
| Field Summary | |
java.lang.Object |
_object
The value to return to the inner loop. |
| Constructor Summary | |
SBreakException()
Initializes the objects internal state. |
|
SBreakException(java.lang.Object obj)
Initializes the objects internal state. |
|
| Methods inherited from class com.pdmfc.tea.STeaException |
getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.Object _object
| Constructor Detail |
public SBreakException(java.lang.Object obj)
obj - The value to return by the command that was performing the loop.public SBreakException()
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||