Class UnexpectedZeroValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.calculator.UnexpectedZeroValueException
- All Implemented Interfaces:
Serializable
Exception thrown when a zero value appears in an invalid location.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedZeroValueException(String message) Generic constructor.UnexpectedZeroValueException(String message, Throwable throwable) Generic constructor withThrowableinstance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedZeroValueException
Generic constructor.- Parameters:
message- message
-
UnexpectedZeroValueException
-