Class TypeMismathException

All Implemented Interfaces:
Serializable

public class TypeMismathException extends ConversionException
This exception may be thrown by PropertyConverters, 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 $
See Also:
  • Constructor Details

    • TypeMismathException

      public TypeMismathException(Class pWrongType)
      Creates a TypeMismathException.
      Parameters:
      pWrongType - the type we couldn't convert