Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.runtime
Class SReturnException

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

public class SReturnException
extends SFlowControlException

See Also:
Serialized Form

Field Summary
 java.lang.Object _value
           
 
Constructor Summary
SReturnException(java.lang.Object value)
           
 
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

_value

public java.lang.Object _value
Constructor Detail

SReturnException

public SReturnException(java.lang.Object value)

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.