Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.twelvemonkeys.util.convert.ConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingTypeException, NoAvailableConverterException, TypeMismathException
This exception may be thrown by PropertyConverters, when an attempted
conversion fails.
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/convert/ConversionException.java#1 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException(String pMessage) Creates aConversionExceptionwith the given error message.ConversionException(String pMessage, Throwable pCause) Creates aConversionExceptionwith the given message and cause.ConversionException(Throwable pCause) Creates aConversionExceptionwith the given cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Creates aConversionExceptionwith the given error message.- Parameters:
pMessage- the error message
-
ConversionException
-
ConversionException
-