functionalDependency.general
Class RelationalDatabaseSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
functionalDependency.general.MainException
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
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
DOUBLE_FD
public static final int DOUBLE_FD
- See Also:
- Constant Field Values
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)