functionalDependency.general
Class RelationSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
functionalDependency.general.MainException
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
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 |
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
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)