de.unima.ki.mmatch
Class MMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unima.ki.mmatch.MMatchException
- All Implemented Interfaces:
- java.io.Serializable
public class MMatchException
- extends java.lang.Exception
- See Also:
- Serialized Form
Constructor Summary |
MMatchException(int descriptionId,
java.lang.String specificDescription)
|
MMatchException(int descriptionId,
java.lang.String specificDescription,
java.lang.Exception parentException)
|
Method Summary |
java.lang.String |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IO_ERROR
public static final int IO_ERROR
- See Also:
- Constant Field Values
COMPARE_VALUE_OUT_OF_BOUNDS
public static final int COMPARE_VALUE_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
STEMMER_ERROR
public static final int STEMMER_ERROR
- See Also:
- Constant Field Values
OWL_ONTOLOGY_CREATION_ERROR
public static final int OWL_ONTOLOGY_CREATION_ERROR
- See Also:
- Constant Field Values
BAD_PARAMETER
public static final int BAD_PARAMETER
- Bad parameter for method call.
- See Also:
- Constant Field Values
JWNL_ERROR
public static final int JWNL_ERROR
- See Also:
- Constant Field Values
NOT_YET_IMPLEMENTED
public static final int NOT_YET_IMPLEMENTED
- See Also:
- Constant Field Values
MMatchException
public MMatchException(int descriptionId,
java.lang.String specificDescription,
java.lang.Exception parentException)
MMatchException
public MMatchException(int descriptionId,
java.lang.String specificDescription)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable