Package org.apache.commons.numbers.gamma
Class GammaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.numbers.gamma.GammaException
- All Implemented Interfaces:
Serializable
Package private exception class with constants for frequently used messages.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final StringError message for "out of range" condition.private static final longSerializable version identifier. -
Constructor Summary
ConstructorsConstructorDescriptionGammaException(String message, Object... formatArguments) Create an exception where the message is constructed by applying theformat()method fromjava.lang.String. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
OUT_OF_RANGE
Error message for "out of range" condition.- See Also:
-
serialVersionUID
private static final long serialVersionUIDSerializable version identifier.- See Also:
-
-
Constructor Details
-
GammaException
Create an exception where the message is constructed by applying theformat()method fromjava.lang.String.- Parameters:
message- the exception message with replaceable parametersformatArguments- the arguments for formatting the message
-