public final class ConversionException extends RuntimeException
ConversionException indicates that an arbitrary conversion
(transformation, translation, projection, evaluation, ...) has failed.Converter,
Translator,
Serialized Form| Constructor and Description |
|---|
ConversionException(String message)
Constructs a
ConversionException with the given message. |
ConversionException(String message,
Throwable cause)
Constructs a
ConversionException with the given message and cause. |
ConversionException(Throwable cause)
Constructs a
ConversionException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException(String message, Throwable cause)
ConversionException with the given message and cause.
The given cause is chained to this exception.message - The message.cause - The cause of this ConversionException.public ConversionException(String message)
ConversionException with the given message.message - The message.public ConversionException(Throwable cause)
ConversionException with the given cause. The given
cause is chained to this exception.cause - The cause of this ConversionException.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.