org.millstone.webadapter
Class UIDLTransformerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.millstone.webadapter.UIDLTransformerException
All Implemented Interfaces:
java.io.Serializable

public class UIDLTransformerException
extends java.lang.Exception

Exception in transform process.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.
See Also:
Serialized Form

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

UIDLTransformerException

public UIDLTransformerException()
Creates a new instance of UIDLTransformerException without detail message.


UIDLTransformerException

public UIDLTransformerException(java.lang.String msg,
                                java.lang.Throwable te,
                                java.lang.String desc)
Constructs an instance of UIDLTransformerException with the specified detail message.

Parameters:
msg - description of exception that occurred
te - Transform exception that occurred.
desc - the detailed description.
Method Detail

getHTMLDescription

public java.lang.String getHTMLDescription()
Returns the detailed description.

Returns:
Detailed description of exception.

getTransformException

public java.lang.Throwable getTransformException()
Returns the nested transform exception that occurred.

Returns:
Throwable


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.