Tea Java Runtime API
Version 3.2.4

com.pdmfc.tea
Class STeaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pdmfc.tea.STeaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SCompileException, SFlowControlException, SRuntimeException

public class STeaException
extends java.lang.Exception

Signals an abnormal condition while compiling or running a Tea script.

See Also:
Serialized Form

Constructor Summary
STeaException()
          This constructor builds an object with an empty message.
STeaException(java.lang.Exception e)
          This constructor builds an object with the message from another exception.
STeaException(java.lang.String msg)
          This constructor builds an object with the message given as argument.
STeaException(java.lang.String msgFmt, java.lang.Object[] fmtArgs)
           
 
Method Summary
 java.lang.String 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
 

Constructor Detail

STeaException

public STeaException()
This constructor builds an object with an empty message.


STeaException

public STeaException(java.lang.String msg)
This constructor builds an object with the message given as argument.

Parameters:
msg - The message to be associated with this object.

STeaException

public STeaException(java.lang.Exception e)
This constructor builds an object with the message from another exception.

Parameters:
e - The exception whose mmessage will be associated with this object.

STeaException

public STeaException(java.lang.String msgFmt,
                     java.lang.Object[] fmtArgs)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Tea Java Runtime API
Version 3.2.4

© 2009 PDM&FC, All Rights Reserved.