public final class ConversionException extends Exception
| Constructor and Description |
|---|
ConversionException()
Creates a new instance of
ConversionException without detail message. |
ConversionException(String msg)
Constructs an instance of
ConversionException with the specified detail message. |
ConversionException(String msg,
Throwable cause)
Constructs an instance of
ConversionException with the specified detail message and the specified
cause. |
ConversionException(String message,
Throwable cause,
Converter originatingConverter)
Creates a new ConversionException object.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
getOriginatingConverter()
Getter for the originating converter instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException()
ConversionException without detail message.public ConversionException(String msg)
ConversionException with the specified detail message.msg - the detail message.public ConversionException(String msg, Throwable cause)
ConversionException with the specified detail message and the specified
cause.msg - the detail message.cause - the exception causepublic Converter getOriginatingConverter()
null if not specifiedCopyright © 2012–2026 cismet GmbH. All rights reserved.