functionalDependency.general
Class FunctionalDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by functionalDependency.general.MainException
              extended by functionalDependency.general.FunctionalDependencyException
All Implemented Interfaces:
java.io.Serializable

public class FunctionalDependencyException
extends MainException

Diese Klasse stellt Fehlercodes fuer das Arbeiten mit FDs (vor allem beim Parsen) zur Verfuegung. Sie ist von der Hauptfehlerklasse MainException abgeleitet.

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

See Also:
Serialized Form

Field Summary
static int EMPTY_LEFT_SIDE
           
static int EMPTY_RIGHT_SIDE
           
 
Constructor Summary
FunctionalDependencyException()
           
FunctionalDependencyException(java.lang.String arg0)
           
FunctionalDependencyException(java.lang.String arg0, int code)
           
FunctionalDependencyException(java.lang.String arg0, java.lang.Throwable arg1)
           
FunctionalDependencyException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class functionalDependency.general.MainException
getErrorCode, setErrorCode
 
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
 

Field Detail

EMPTY_LEFT_SIDE

public static final int EMPTY_LEFT_SIDE
See Also:
Constant Field Values

EMPTY_RIGHT_SIDE

public static final int EMPTY_RIGHT_SIDE
See Also:
Constant Field Values
Constructor Detail

FunctionalDependencyException

public FunctionalDependencyException()

FunctionalDependencyException

public FunctionalDependencyException(java.lang.String arg0)

FunctionalDependencyException

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

FunctionalDependencyException

public FunctionalDependencyException(java.lang.Throwable arg0)

FunctionalDependencyException

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