functionalDependency.general
Class AttributeSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
functionalDependency.general.MainException
functionalDependency.general.AttributeSetException
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeSetException
- extends MainException
Diese Klasse stellt Fehlercodes fuer das Arbeiten mit Attributen
(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 |
INVALID_CHARACTER
public static final int INVALID_CHARACTER
- See Also:
- Constant Field Values
EMPTY_STR
public static final int EMPTY_STR
- See Also:
- Constant Field Values
AttributeSetException
public AttributeSetException()
AttributeSetException
public AttributeSetException(java.lang.String arg0)
AttributeSetException
public AttributeSetException(java.lang.String arg0,
java.lang.Throwable arg1)
AttributeSetException
public AttributeSetException(java.lang.Throwable arg0)
AttributeSetException
public AttributeSetException(java.lang.String arg0,
int code)