Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Error
eduni.distributions.ParameterException
- All Implemented Interfaces:
Serializable
Error thrown when a distribution is passed incorrect parameters.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe constructor for errors without a message.ParameterException(String msg) The constructor for errors with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterException
The constructor for errors with a message.- Parameters:
name- The error's message
-
ParameterException
public ParameterException()The constructor for errors without a message.
-