com.bea.ales.management.exception
Class TypeConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.ales.management.exception.BadParameterException
                    |
                    +--com.bea.ales.management.exception.TypeConversionException

public class TypeConversionException
extends BadParameterException

This class indicates that the conversion between ASI and Java types failed.

See Also:
Serialized Form

Method Summary
 java.lang.Object getValue()
          Return the object failed to be converted.
 
Methods inherited from class com.bea.ales.management.exception.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
 

Method Detail

getValue

public java.lang.Object getValue()
Return the object failed to be converted.

Returns:
the object failed to be converted.


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