Hilbert II - Version 0.03.01

org.qedeq.kernel.base.common
Class QedeqException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.qedeq.kernel.base.common.QedeqException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModuleDataException

public abstract class QedeqException
extends Exception

Base class for all exceptions of this application.

Version:
$Revision: 1.7 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
QedeqException(int errorCode, String message)
          Constructor.
QedeqException(int errorCode, String message, Exception cause)
          Constructor.
 
Method Summary
 int getErrorCode()
          Get 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
 

Constructor Detail

QedeqException

public QedeqException(int errorCode,
                      String message,
                      Exception cause)
Constructor.

Parameters:
errorCode - Error code of this message.
message - Error message.
cause - Detailed exception information.

QedeqException

public QedeqException(int errorCode,
                      String message)
Constructor.

Parameters:
errorCode - Error code of this message.
message - Error message.
Method Detail

getErrorCode

public final int getErrorCode()
Get error code.

Returns:
Error code.

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.