functionalDependency.general
Class AttributeSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by functionalDependency.general.MainException
              extended by 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

Field Summary
static int EMPTY_STR
           
static int INVALID_CHARACTER
           
 
Constructor Summary
AttributeSetException()
           
AttributeSetException(java.lang.String arg0)
           
AttributeSetException(java.lang.String arg0, int code)
           
AttributeSetException(java.lang.String arg0, java.lang.Throwable arg1)
           
AttributeSetException(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

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
Constructor Detail

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)