com.ibm.eNetwork.ECL Class ECLErr

 PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD


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

 

Method Detail

GetMsgNumber



public int 
GetMsgNumber()

GetMsgText



public java.lang.String 
GetMsgText()

 PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD