public class TransformException extends Exception
| Constructor and Description |
|---|
TransformException()
Creates a new exception with default detail message.
|
TransformException(String message)
Creates a new exception with the specified detail message.
|
TransformException(String message,
Throwable cause)
Creates a new exception with the specified detail message and cause.
|
TransformException(Throwable cause)
Creates a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformException()
public TransformException(String message)
message - The detail message, may be null.public TransformException(Throwable cause)
cause - The exception that caused this one, may be null.public TransformException(String message, Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.