de.unima.alcomox.exceptions
Class CorrespondenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unima.alcomox.exceptions.AlcomoException
              extended by de.unima.alcomox.exceptions.CorrespondenceException
All Implemented Interfaces:
java.io.Serializable

public class CorrespondenceException
extends AlcomoException

A correspondence exception handles every type of problems related to correspondences and their internal components.

See Also:
Serialized Form

Field Summary
static int INVALID_CONFIDENCE_VALUE
           
static int INVALID_SEMANTIC_RELATION
           
static int MISSING_NAMESPACE
           
static int NON_REFERING
           
 
Fields inherited from class de.unima.alcomox.exceptions.AlcomoException
catchedException, generalDescription, mainDescription, specificDescription
 
Constructor Summary
CorrespondenceException(int generalDescriptionId)
           
CorrespondenceException(int generalDescriptionId, java.lang.String specificDescription)
           
CorrespondenceException(int generalDescriptionId, java.lang.String specificDescription, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class de.unima.alcomox.exceptions.AlcomoException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_SEMANTIC_RELATION

public static final int INVALID_SEMANTIC_RELATION
See Also:
Constant Field Values

INVALID_CONFIDENCE_VALUE

public static final int INVALID_CONFIDENCE_VALUE
See Also:
Constant Field Values

MISSING_NAMESPACE

public static final int MISSING_NAMESPACE
See Also:
Constant Field Values

NON_REFERING

public static final int NON_REFERING
See Also:
Constant Field Values
Constructor Detail

CorrespondenceException

public CorrespondenceException(int generalDescriptionId,
                               java.lang.String specificDescription,
                               java.lang.Exception e)

CorrespondenceException

public CorrespondenceException(int generalDescriptionId,
                               java.lang.String specificDescription)

CorrespondenceException

public CorrespondenceException(int generalDescriptionId)