Hilbert II - Version 0.03.01

org.qedeq.kernel.bo.module
Class IllegalDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.qedeq.kernel.bo.module.IllegalDataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateLanguageEntryException, NullPointerListEntryException

public abstract class IllegalDataException
extends Exception

Data validation error. Occurs if a set or add method leads to wrong or inconsistent data.

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

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

IllegalDataException

public IllegalDataException(int errorCode,
                            String message)
Constructor.

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

getErrorCode

public int getErrorCode()
Get error code.

Returns:
Error code.

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.