com.twelvemonkeys.util.convert
Class TypeMismathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.twelvemonkeys.util.convert.ConversionException
                      extended by com.twelvemonkeys.util.convert.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 $
Author:
Harald Kuhr, last modified by $Author: haku $
See Also:
Serialized Form

Constructor Summary
TypeMismathException(Class pWrongType)
          Creates a TypeMismathException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismathException

public TypeMismathException(Class pWrongType)
Creates a TypeMismathException.

Parameters:
pWrongType - the type we couldn't convert


Copyright © 2015. All Rights Reserved.