public class TransformException
extends java.lang.RuntimeException
TransformException
is a general-purpose exception for when
RuntimeExceptions
occur during transformation.Constructor | Description |
---|---|
TransformException() |
Create a
TransformException . |
TransformException(java.lang.String message) |
Create a
TransformException with the given message. |
TransformException(java.lang.String message,
java.lang.Throwable cause) |
Create a
TransformException with the given message. |
TransformException(java.lang.Throwable cause) |
Create a
TransformException . |
public TransformException()
TransformException
.public TransformException(java.lang.String message)
TransformException
with the given message.message
- The message.public TransformException(java.lang.Throwable cause)
TransformException
.cause
- The cause.public TransformException(java.lang.String message, java.lang.Throwable cause)
TransformException
with the given message.message
- The message.cause
- The cause.Copyright © 2012–2018 Jett Team. All rights reserved.