|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.millstone.webadapter.UIDLTransformerException
Exception in transform process.
Constructor Summary | |
UIDLTransformerException()
Creates a new instance of UIDLTransformerException without detail message. |
|
UIDLTransformerException(java.lang.String msg,
java.lang.Throwable te,
java.lang.String desc)
Constructs an instance of UIDLTransformerException with the specified detail message. |
Method Summary | |
java.lang.String |
getHTMLDescription()
Returns the detailed description. |
java.lang.Throwable |
getTransformException()
Returns the nested transform exception that occurred. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 UIDLTransformerException()
public UIDLTransformerException(java.lang.String msg, java.lang.Throwable te, java.lang.String desc)
msg
- description of exception that occurredte
- Transform exception that occurred.desc
- the detailed description.Method Detail |
public java.lang.String getHTMLDescription()
public java.lang.Throwable getTransformException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |