functionalDependency.general
Class MainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by functionalDependency.general.MainException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeSetException, FunctionalDependencyException, ParserException, RelationalDatabaseSchemaException, RelationSchemaException

public class MainException
extends java.lang.Exception

Diese Klasse stellt Fehlercodes zur Verfuegung. Sie ist von der Fehlerklasse Exception abgeleitet.

Im Rahmen der Aufgabenstellung muss in dieser Klasse nichts geaendert werden.

See Also:
Serialized Form

Constructor Summary
MainException()
           
MainException(java.lang.String arg0)
           
MainException(java.lang.String arg0, int code)
           
MainException(java.lang.String arg0, java.lang.Throwable arg1)
           
MainException(java.lang.Throwable arg0)
           
 
Method Summary
 int getErrorCode()
           
 void setErrorCode(int 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MainException

public MainException()

MainException

public MainException(java.lang.String arg0)

MainException

public MainException(java.lang.String arg0,
                     int code)

MainException

public MainException(java.lang.String arg0,
                     java.lang.Throwable arg1)

MainException

public MainException(java.lang.Throwable arg0)
Method Detail

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int code)