functionalDependency.general
Class RelationalDatabaseSchemaException

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

public class RelationalDatabaseSchemaException
extends MainException

Diese Klasse stellt Fehlercodes fuer das Arbeiten mit relationalen Datenbankschemata (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 DOUBLE_FD
           
static int UNKOWN_ATTR
           
 
Constructor Summary
RelationalDatabaseSchemaException()
           
RelationalDatabaseSchemaException(java.lang.String arg0)
           
RelationalDatabaseSchemaException(java.lang.String arg0, int code)
           
RelationalDatabaseSchemaException(java.lang.String arg0, java.lang.Throwable arg1)
           
RelationalDatabaseSchemaException(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

UNKOWN_ATTR

public static final int UNKOWN_ATTR
See Also:
Constant Field Values

DOUBLE_FD

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

RelationalDatabaseSchemaException

public RelationalDatabaseSchemaException()

RelationalDatabaseSchemaException

public RelationalDatabaseSchemaException(java.lang.String arg0)

RelationalDatabaseSchemaException

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

RelationalDatabaseSchemaException

public RelationalDatabaseSchemaException(java.lang.Throwable arg0)

RelationalDatabaseSchemaException

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