| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.millstone.webadapter.UIDLTransformerException
UIDLTransformerException | public class UIDLTransformerException extends java.lang.Exception (Code) | | Exception in transform process.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
UIDLTransformerException | public UIDLTransformerException()(Code) | | Creates a new instance of UIDLTransformerException without detail
message.
|
UIDLTransformerException | public UIDLTransformerException(String msg, Throwable te, String desc)(Code) | | Constructs an instance of UIDLTransformerException with the specified
detail message.
Parameters: msg - description of exception that occurred Parameters: te - Transform exception that occurred. Parameters: desc - the detailed description. |
getHTMLDescription | public String getHTMLDescription()(Code) | | Returns the detailed description.
Detailed description of exception. |
getTransformException | public Throwable getTransformException()(Code) | | Returns the nested transform exception that occurred.
Throwable |
|
|
|