JHPcte
Class NttException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--JHPcte.NttException
All Implemented Interfaces:
java.io.Serializable

public class NttException
extends java.lang.Exception

A class for Exceptions appearing during NTT operations.
Further information about the NTT database query language is available at NTT's Homepage

See Also:
NttVagueObjSet, NttObjectReference, PcteProcess.NttQuery(java.lang.String, JHPcte.NttVagueObjSet[]), Serialized Form

Constructor Summary
protected NttException(int errNo, java.lang.String errText)
           
 
Method Summary
 int getInternalErrorNumber()
           
 boolean isFatal()
          distinguishes between usage and system errors.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NttException

protected NttException(int errNo,
                       java.lang.String errText)
Method Detail

isFatal

public boolean isFatal()
distinguishes between usage and system errors.
If a fatal error (i.e. a system error) occured, the correctness of none of the following operations is guaranteed.
Returns:
true, if the error was caused by the system (OS, H-PCTE, JHPcte, NTT)
false, if the user/the application caused the error

getInternalErrorNumber

public int getInternalErrorNumber()
Returns:
the error number used internally by NTT