Exception UIDLTransformerException

Exception in transform process.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> com.itmill.toolkit.terminal.web.UIDLTransformerException

UIDLTransformerException()

Creates a new instance of UIDLTransformerException without detail message.

UIDLTransformerException(String, Throwable, String)

Parameters

msg

description of exception that occurred

te

Transform exception that occurred.

desc

the detailed description.

Constructs an instance of UIDLTransformerException with the specified detail message.

getHTMLDescription()

Parameters

return

Detailed description of exception.

Returns the detailed description.

getTransformException()

Parameters

return

Throwable

Returns the nested transform exception that occurred.