functionalDependency.general
Class RelationSchemaException

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

public class RelationSchemaException
extends MainException

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

ATTRS_NO_SKEY

public static final int ATTRS_NO_SKEY
See Also:
Constant Field Values

WRONG_NF

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

RelationSchemaException

public RelationSchemaException()

RelationSchemaException

public RelationSchemaException(java.lang.String arg0)

RelationSchemaException

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

RelationSchemaException

public RelationSchemaException(java.lang.Throwable arg0)

RelationSchemaException

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