eduni.distributions
Class ParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--eduni.distributions.ParameterException
All Implemented Interfaces:
java.io.Serializable

public class ParameterException
extends java.lang.Error

Error thrown when a distribution is passed incorrect parameters.

See Also:
Serialized Form

Constructor Summary
ParameterException()
          The constructor for errors without a message.
ParameterException(java.lang.String msg)
          The constructor for errors with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterException

public ParameterException(java.lang.String msg)
The constructor for errors with a message.


ParameterException

public ParameterException()
The constructor for errors without a message.