com.sap.mw.jco
Class JCO.ConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.mw.jco.JCO.Exception
                          |
                          +--com.sap.mw.jco.JCO.ConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JCO

public static class JCO.ConversionException
extends JCO.Exception

JCO conversion exception. A convenience class on top of JCO.Exception that reports type conversion errors.

See Also:
Serialized Form

Fields inherited from class com.sap.mw.jco.JCO.Exception
JCO_ERROR_ABAP_EXCEPTION, JCO_ERROR_APPLICATION_EXCEPTION, JCO_ERROR_CANCELLED, JCO_ERROR_COMMUNICATION, JCO_ERROR_CONVERSION, JCO_ERROR_FIELD_NOT_FOUND, JCO_ERROR_FUNCTION_NOT_FOUND, JCO_ERROR_ILLEGAL_ARGUMENT, JCO_ERROR_ILLEGAL_TID, JCO_ERROR_INTERNAL, JCO_ERROR_LOGON_FAILURE, JCO_ERROR_NOT_SUPPORTED, JCO_ERROR_NULL_HANDLE, JCO_ERROR_PROGRAM, JCO_ERROR_PROTOCOL, JCO_ERROR_RESOURCE, JCO_ERROR_SERVER_STARTUP, JCO_ERROR_STATE_BUSY, JCO_ERROR_SYSTEM_FAILURE, JCO_ERROR_UNSUPPORTED_CODEPAGE, JCO_ERROR_XML_PARSER
 
Constructor Summary
JCO.ConversionException(java.lang.String message)
           
 
Methods inherited from class com.sap.mw.jco.JCO.Exception
getGroup, getKey, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCO.ConversionException

public JCO.ConversionException(java.lang.String message)