org.apache.myfaces.trinidadinternal.convert
Class TypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.myfaces.trinidadinternal.convert.TypeConversionException
All Implemented Interfaces:
java.io.Serializable

public class TypeConversionException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
TypeConversionException(java.lang.Object source, java.lang.Class<?> targetType)
           
TypeConversionException(java.lang.Object source, java.lang.Class<?> targetType, java.lang.Throwable error)
           
 
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

TypeConversionException

public TypeConversionException(java.lang.Object source,
                               java.lang.Class<?> targetType,
                               java.lang.Throwable error)

TypeConversionException

public TypeConversionException(java.lang.Object source,
                               java.lang.Class<?> targetType)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.