public class TransformerException
extends java.lang.Exception
Constructor and Description |
---|
TransformerException()
Constructs a new
TransformerException exception
with null as its detail message. |
TransformerException(java.lang.String message)
Constructs a new
TransformerException exception
with the specified detail message. |
TransformerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
TransformerException exception
with the specified detail message and cause. |
TransformerException(java.lang.Throwable cause)
Constructs a new
TransformerException exception
with the specified cause. |
public TransformerException()
TransformerException
exception
with null
as its detail message.public TransformerException(java.lang.String message)
TransformerException
exception
with the specified detail message.message
- the detail message.public TransformerException(java.lang.String message, java.lang.Throwable cause)
TransformerException
exception
with the specified detail message and cause.message
- the detail message.cause
- the cause.public TransformerException(java.lang.Throwable cause)
TransformerException
exception
with the specified cause.cause
- the cause.