Class ParameterException

java.lang.Object
java.lang.Throwable
java.lang.Error
eduni.distributions.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException extends Error
Error thrown when a distribution is passed incorrect parameters.
See Also:
  • Constructor Details

    • ParameterException

      public ParameterException(String msg)
      The constructor for errors with a message.
      Parameters:
      name - The error's message
    • ParameterException

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