Package edu.upf.taln.dri.lib.exception
Class DRIexception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.upf.taln.dri.lib.exception.DRIexception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InternalProcessingException
,InvalidParameterException
,ResourceAccessException
public class DRIexception extends Exception
Base class for the Exception hierarchy of Dr. Inventor Text Mining Framework Java Library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DRIexception(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DRIexception
public DRIexception(String message)
-
-