functionalDependency.general
Class MainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
functionalDependency.general.MainException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AttributeSetException, FunctionalDependencyException, ParserException, RelationalDatabaseSchemaException, RelationSchemaException
public class MainException
- extends java.lang.Exception
Diese Klasse stellt Fehlercodes zur Verfuegung. Sie ist von der
Fehlerklasse Exception
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 |
MainException
public MainException()
MainException
public MainException(java.lang.String arg0)
MainException
public MainException(java.lang.String arg0,
int code)
MainException
public MainException(java.lang.String arg0,
java.lang.Throwable arg1)
MainException
public MainException(java.lang.Throwable arg0)
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int code)