Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.runtime
Class SBreakException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pdmfc.tea.STeaException
                    |
                    +--com.pdmfc.tea.runtime.SFlowControlException
                          |
                          +--com.pdmfc.tea.runtime.SBreakException
All Implemented Interfaces:
java.io.Serializable

public class SBreakException
extends SFlowControlException

These exceptions are thrown to break out of a loop.

See Also:
Serialized Form

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

_object

public java.lang.Object _object
The value to return to the inner loop.
Constructor Detail

SBreakException

public SBreakException(java.lang.Object obj)
Initializes the objects internal state.
Parameters:
obj - The value to return by the command that was performing the loop.

SBreakException

public SBreakException()
Initializes the objects internal state. A null Tea object will be passed to the command performing the loop.

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.