|
||||||||||
| 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.itmill.toolkit.terminal.web.UIDLTransformerException
public class UIDLTransformerException
Exception in the transform process.
| Constructor Summary | |
|---|---|
UIDLTransformerException()
Creates a new instance of UIDLTransformerException without detail message. |
|
UIDLTransformerException(String msg,
Throwable te,
String desc)
Constructs an instance of UIDLTransformerException with the specified detail message. |
|
| Method Summary | |
|---|---|
String |
getHTMLDescription()
Returns the detailed description. |
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(String msg,
Throwable te,
String desc)
msg - the description of exception that occurred.te - the Transform exception that occurred.desc - the detailed description.| Method Detail |
|---|
public String getHTMLDescription()
public Throwable getTransformException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||