Class MissingTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.twelvemonkeys.util.convert.ConversionException
com.twelvemonkeys.util.convert.MissingTypeException
- All Implemented Interfaces:
Serializable
This exception may be thrown by
PropertyConverters, if a conversion is
attempted without type (class).- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/convert/MissingTypeException.java#2 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aMissingTypeExceptionwith no error message.MissingTypeException(String pMessage) Creates aMissingTypeExceptionwith the given error message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingTypeException
public MissingTypeException()Creates aMissingTypeExceptionwith no error message. -
MissingTypeException
Creates aMissingTypeExceptionwith the given error message.- Parameters:
pMessage- the exception message
-