com.wles.util
Class TypeConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.wles.BaseException
              extended bycom.wles.BadParameterException
                  extended bycom.wles.util.TypeConversionException
All Implemented Interfaces:
java.io.Serializable

public class TypeConversionException
extends BadParameterException

Indicates that the conversion between ASI and Java types failed.

See Also:
TypeConverterRegistry, TypeConverter, Serialized Form

Constructor Summary
TypeConversionException()
           
TypeConversionException(java.lang.String message, java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
           
 
Methods inherited from class com.wles.BadParameterException
getParameterNumber
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeConversionException

public TypeConversionException()

TypeConversionException

public TypeConversionException(java.lang.String message,
                               java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.