All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.ECL.ECLErr

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.eNetwork.ECL.ECLErr

public class ECLErr
extends Exception
ECLErr objects are created and populated with error and diagnostic information, and then they are thrown as exceptions. The ECLErr object can then be caught and queried for error information, and appropriate action can be taken.

Applications should not create or throw ECLErr objects directly.


Method Index

 o GetMsgNumber()
Gets the message number for this ECLErr.
 o GetMsgText()
Gets the message text associated with this ECLErr object.

Methods

 o GetMsgNumber
 public int GetMsgNumber()
Gets the message number for this ECLErr.

Returns:
The message number.
 o GetMsgText
 public String GetMsgText()
Gets the message text associated with this ECLErr object. The message text is returned in the current default language.

Returns:
The message text for this error.

All Packages  Class Hierarchy  This Package  Previous  Next  Index