Uses of Class
com.sap.mw.jco.JCO.AbapException

Uses of JCO.AbapException in com.sap.mw.jco
 

Fields in com.sap.mw.jco declared as JCO.AbapException
protected  JCO.AbapException[] JCO.ParameterList.exception_list
           
 

Methods in com.sap.mw.jco that return JCO.AbapException
 JCO.AbapException JCO.J2EEAbapException.getAbapException()
          Returns the original JCO.AbapException
protected  JCO.AbapException[] JCO.ParameterList.getExceptionList()
          Returns the ABAP exception list
protected  JCO.AbapException JCO.ParameterList.getException(String key)
          Returns the ABAP exception for the specified key
 JCO.AbapException[] JCO.Request.getExceptionList()
          Returns the ABAP exception list
 JCO.AbapException JCO.Request.getException(String key)
          Returns the ABAP exception for the specified key
 JCO.AbapException[] JCO.Response.getExceptionList()
          Returns the ABAP exception list
 JCO.AbapException JCO.Response.getException(String key)
          Returns the ABAP exception for the specified key
 JCO.AbapException[] JCO.FunctionTemplate.getExceptionList()
          Returns the ABAP exception list
 JCO.AbapException JCO.FunctionTemplate.getException(String key)
          Returns the ABAP exception for the specified key
 JCO.AbapException[] JCO.Function.getExceptionList()
          Returns the list of ABAP exceptions that can occur
 JCO.AbapException JCO.Function.getException(String key)
          Returns the ABAP exception for the specified key
 JCO.AbapException[] IFunctionTemplate.getExceptionList()
          Returns a list of exceptions that can occur in ABAP The exception group will be set to JCO.Exception.JCO_ERROR_ABAP_EXCEPTION, key will contain the exception key while the message will contain a textual description.
 

Methods in com.sap.mw.jco with parameters of type JCO.AbapException
 void JCO.Function.setExceptionList(JCO.AbapException[] exception_list)
          Sets the ABAP exception list
 

Constructors in com.sap.mw.jco with parameters of type JCO.AbapException
JCO.J2EEAbapException(JCO.AbapException ex)
          Create a new instance of the J2EEAbapException
JCO.Request(String name, JCO.AbapException[] exception_list)
          Creates an instance of a parameter list
JCO.Request(IMetaData request_meta_data, IMetaData response_meta_data, JCO.AbapException[] exception_list)
          Creates an instance of a parameter list
JCO.Response(String name, JCO.AbapException[] exception_list)
          Creates an instance of a parameter list
JCO.Response(IMetaData response_meta_data, IMetaData request_meta_data, JCO.AbapException[] exception_list)
          Creates an instance of a parameter list
JCO.FunctionTemplate(String name, IMetaData input, IMetaData output, IMetaData tables, JCO.AbapException[] exceptions)
          Creates an instance of the function template
 



Copyright 2006 SAP AG Complete Copyright Notice