SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.functions
Interface IFunctionException

All Superinterfaces:
ISOAPSerializable

public interface IFunctionException
extends ISOAPSerializable

This interface contains metadata for a specific EIS exception

Version:
1.0

Method Summary
 java.lang.String getDescription()
          Returns the exception description.
 java.lang.String getKey()
          Returns the exception code.
 java.lang.String retrieveTerm()
          Returns the term describing the parameter, for example "Exception"
 

Method Detail

getKey

public java.lang.String getKey()
Returns the exception code.
Returns:
The exception code.

getDescription

public java.lang.String getDescription()
Returns the exception description.
Returns:
The exception description.

retrieveTerm

public java.lang.String retrieveTerm()
Returns the term describing the parameter, for example "Exception"
Returns:
The parameter term

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.