com.pdmfc.tea
Class STeaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--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)
|
| 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 |
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:
msg - The message to be associated with this object.
STeaException
public STeaException(java.lang.String msgFmt,
java.lang.Object[] fmtArgs)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
© 2002 PDM&FC, All Rights Reserved.