com.itmill.toolkit.terminal.web
Class UIDLTransformerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itmill.toolkit.terminal.web.UIDLTransformerException
All Implemented Interfaces:
Serializable

public class UIDLTransformerException
extends Exception

Exception in the transform process.

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

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

UIDLTransformerException

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


UIDLTransformerException

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

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

getHTMLDescription

public String getHTMLDescription()
Returns the detailed description.

Returns:
the Detailed description of exception.

getTransformException

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

Returns:
the transform exception


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.