Reality Interface Classes

com.northgateis.reality.rsc
Class RSCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.northgateis.reality.rsc.RSCException

public class RSCException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
static int eRSCFuncOutOfSeq
           
static int eRSCInvFuncCode
           
static int eRSCInvParNum
           
static int eRSCInvSubNo
           
static int eRSCRefNumOvflw
           
static int eRSCRuntimeError
           
static int eRSCSuccess
           
static int eRSCUnassignedVal
           
 
Constructor Summary
RSCException(int e, java.lang.String s)
           
RSCException(java.lang.String s)
           
 
Method Summary
static java.lang.String getDescription(int errCode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eRSCSuccess

public static final int eRSCSuccess

eRSCInvFuncCode

public static final int eRSCInvFuncCode

eRSCRefNumOvflw

public static final int eRSCRefNumOvflw

eRSCInvSubNo

public static final int eRSCInvSubNo

eRSCFuncOutOfSeq

public static final int eRSCFuncOutOfSeq

eRSCInvParNum

public static final int eRSCInvParNum

eRSCUnassignedVal

public static final int eRSCUnassignedVal

eRSCRuntimeError

public static final int eRSCRuntimeError
Constructor Detail

RSCException

public RSCException(int e,
                    java.lang.String s)

RSCException

public RSCException(java.lang.String s)
Method Detail

getDescription

public static java.lang.String getDescription(int errCode)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

Reality Interface Classes

Copyright (c) 2000 Northgate Information Solutions