public final class ConversionException extends RuntimeException
ConversionException indicates that a Converter (or
Translator) failed to convert (or revert )a value.| Constructor and Description |
|---|
ConversionException(String message)
Creates a new
ConversionException with the given message. |
ConversionException(String message,
Throwable cause)
Creates a new
ConversionException with the given message and
cause. |
ConversionException(Throwable cause)
Creates a new
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.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 causecause - The cause of this ConversionException.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.