public static class IlpAbstractAttributeBinding.ConversionFailedException extends RuntimeException
Constructor and Description |
---|
ConversionFailedException()
Constructs a new conversion exception,
null is used
as the detail message. |
ConversionFailedException(String message)
Constructs a new conversion exception with the given detail message.
|
ConversionFailedException(String message,
Throwable cause)
Constructs a new conversion exception with the given detail message
and cause.
|
ConversionFailedException(Throwable cause)
Constructs a new conversion exception with
null as the
message and a given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConversionFailedException()
Constructs a new conversion exception, null
is used
as the detail message.
The cause is not initialized.
public ConversionFailedException(String message)
Constructs a new conversion exception with the given detail message.
The cause is not initialized.
message
- The detail message to be used.public ConversionFailedException(String message, Throwable cause)
Constructs a new conversion exception with the given detail message and cause.
message
- The detail message to be used.cause
- The cause for this exception.public ConversionFailedException(Throwable cause)
Constructs a new conversion exception with null
as the
message and a given cause.
cause
- The cause for this exception.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.