Package edu.upf.taln.dri.lib.exception
Class InternalProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.upf.taln.dri.lib.exception.DRIexception
-
- edu.upf.taln.dri.lib.exception.InternalProcessingException
-
- All Implemented Interfaces:
Serializable
public class InternalProcessingException extends DRIexception
Exceptions related to some internal data processing issue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalProcessingException(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
-
InternalProcessingException
public InternalProcessingException(String message)
-
-