Package io.bhagat.math.statistics
Class Distribution.InvalidInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.statistics.Distribution.InvalidInputException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Distribution<E>
public static class Distribution.InvalidInputException extends java.lang.RuntimeExceptionAn exception for invalid input for the distribution- Author:
- Bhagat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidInputException(java.lang.Object input)creates a new invalid input exception
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-