de.unima.alcomox.exceptions
Class DiagnosisException

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.DiagnosisException
All Implemented Interfaces:
java.io.Serializable

public class DiagnosisException
extends AlcomoException

A diagnosis exception handles every type of problems related to diagnosis with the human in the loop.

See Also:
Serialized Form

Field Summary
static int INVALID_FORMAT
           
static int IO_ERROR
           
 
Fields inherited from class de.unima.alcomox.exceptions.AlcomoException
catchedException, generalDescription, mainDescription, specificDescription
 
Constructor Summary
DiagnosisException(int generalDescriptionId)
           
DiagnosisException(int generalDescriptionId, java.lang.String specificDescription)
           
DiagnosisException(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

IO_ERROR

public static final int IO_ERROR
See Also:
Constant Field Values

INVALID_FORMAT

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

DiagnosisException

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

DiagnosisException

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

DiagnosisException

public DiagnosisException(int generalDescriptionId)