com.ibm.eNetwork.ECL
Class ECLErr
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.eNetwork.ECL.ECLErr
- All Implemented Interfaces:
- java.io.Serializable
- public class ECLErr
- extends java.lang.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.
- See Also:
- Serialized Form
Method Summary |
int |
GetMsgNumber()
Gets the message number for this ECLErr. |
java.lang.String |
GetMsgText()
Gets the message text associated with this ECLErr object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetMsgNumber
public int GetMsgNumber()
- Gets the message number for this ECLErr.
- Returns:
- The message number.
GetMsgText
public java.lang.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.