Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.runtime
Class SFlowControlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pdmfc.tea.STeaException
                    |
                    +--com.pdmfc.tea.runtime.SFlowControlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SBreakException, SContinueException, SExitException, SReturnException

public class SFlowControlException
extends STeaException

Signals a flow control construct while running a Tea script.

See Also:
Serialized Form

Constructor Summary
SFlowControlException()
           
 
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
 

Constructor Detail

SFlowControlException

public SFlowControlException()

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.