Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.datamanagement.ConversionException
- All Implemented Interfaces:
Serializable
This exceptions is thrown when the conversion of a value is not possible.
- Author:
- Patrick Schmidt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException(String message) Constructs a newConversionException.ConversionException(String message, Throwable cause) Constructs a newConversionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Constructs a newConversionException.- Parameters:
message- the message
-
ConversionException
Constructs a newConversionException.- Parameters:
message- the messagecause- the cause
-