qdbm
Class CuriaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by qdbm.DBMException
              extended by qdbm.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.
 
Method Summary
 
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.