public class TransformerException
extends java.lang.Exception
Constructor and Description |
---|
TransformerException()
Construct a
TransformerException with no message. |
TransformerException(java.lang.String message)
Construct a
TransformerException with a detail message. |
TransformerException(java.lang.String message,
java.lang.Throwable cause)
Construct a
TransformerException with a detail message
and the actual cause of the exception. |
TransformerException(java.lang.Throwable cause)
Construct a
TransformerException with the actual cause
of the exception. |
public TransformerException()
TransformerException
with no message.public TransformerException(java.lang.String message)
TransformerException
with a detail message.message
- the detail message.public TransformerException(java.lang.Throwable cause)
TransformerException
with the actual cause
of the exception.cause
- the actual cause of the exception.public TransformerException(java.lang.String message, java.lang.Throwable cause)
TransformerException
with a detail message
and the actual cause of the exception.message
- the detail message.cause
- the actual cause of the exception.<IBM Copyright © 2018 IBM Corp. All Rights Reserved.