Package edu.upf.taln.dri.lib.exception
Class InvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.upf.taln.dri.lib.exception.DRIexception
-
- edu.upf.taln.dri.lib.exception.InvalidParameterException
-
- All Implemented Interfaces:
Serializable
public class InvalidParameterException extends DRIexception
Exception related to invalid parameters passed to methods.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException(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
-
InvalidParameterException
public InvalidParameterException(String message)
-
-