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.
-
GetMsgNumber()
- Gets the message number for this ECLErr.
-
GetMsgText()
- Gets the message text associated with this ECLErr object.
GetMsgNumber
public int GetMsgNumber()
- Gets the message number for this ECLErr.
- Returns:
- The message number.
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