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

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

Methods in com.sap.mw.jco that return JCO.AbapException
 JCO.AbapException JCO.J2EEAbapException.getAbapException()
          Returns the original JCO.AbapException
 JCO.AbapException[] JCO.Request.getExceptionList()
          Returns the ABAP exception list
 JCO.AbapException JCO.Request.getException(java.lang.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(java.lang.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(java.lang.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(java.lang.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.FunctionTemplate(java.lang.String name, IMetaData input, IMetaData output, IMetaData tables, JCO.AbapException[] exceptions)
          Creates an instance of the function template