qdbm
Class CuriaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byqdbm.DBMException
              extended byqdbm.CuriaException
All Implemented Interfaces:
java.io.Serializable

public class CuriaException
extends DBMException

Exception container of Curia.

See Also:
Serialized Form

Field Summary
 int ecode
          error code
 
Constructor Summary
CuriaException()
          Set the error code with `Curia.EMISC'.
CuriaException(int ecode)
          Set the error code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ecode

public final int ecode
error code

Constructor Detail

CuriaException

public CuriaException()
Set the error code with `Curia.EMISC'.


CuriaException

public CuriaException(int ecode)
Set the error code.

Parameters:
ecode - an error code.