|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.pdmfc.tea.STeaException
public class STeaException
Signals an abnormal condition while compiling or running a Tea script.
| 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 |
|---|
public STeaException()
public STeaException(java.lang.String msg)
msg - The message to be associated with this object.public STeaException(java.lang.Exception e)
e - The exception whose mmessage will be associated with this
object.
public STeaException(java.lang.String msgFmt,
java.lang.Object[] fmtArgs)
| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||