Package com.twelvemonkeys.util.convert
Class TypeMismathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.twelvemonkeys.util.convert.ConversionException
-
- com.twelvemonkeys.util.convert.TypeMismathException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMismathException extends ConversionException
This exception may be thrown byPropertyConverter
s, if a conversion is attempted on the wrong type (class).- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/convert/TypeMismathException.java#1 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMismathException(java.lang.Class pWrongType)
Creates aTypeMismathException
.
-