|
Tea Java Runtime API Version 3.2.5 |
|||||||
| 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.SFlowControlException
com.pdmfc.tea.runtime.SBreakException
public class 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. |
|
| Method Summary |
|---|
| 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 |
| 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.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||