Class InvalidNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.prozilla.pine.common.exception.InvalidNumberException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been passed an invalid number value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an invalid number exception with no detail message.InvalidNumberException
(String message) Creates an invalid number exception with a detail 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
-
InvalidNumberException
public InvalidNumberException()Creates an invalid number exception with no detail message. -
InvalidNumberException
Creates an invalid number exception with a detail message.
-