de.unima.alcomox.exceptions
Class MappingException

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

public class MappingException
extends AlcomoException

A mapping exception handles every type of problems related to mappings and catches internally thrown correspondence exceptions. It might also be thrown, whenever some reading or writing operation formapping files result in problems.

See Also:
Serialized Form

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

CORRESPONDENCE_PROBLEM

public static final int CORRESPONDENCE_PROBLEM
See Also:
Constant Field Values

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

MappingException

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

MappingException

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

MappingException

public MappingException(int generalDescriptionId)