public static class Calculator.CalculatorException extends GeneralException
GeneralException.Debug| Constructor and Description |
|---|
Calculator.CalculatorException(java.lang.String reason)
Constructor when there is no underlying Throwable that caused the problem.
|
Calculator.CalculatorException(java.lang.String reason,
java.lang.Exception cause)
Constructor when there is an underlying Throwable that caused the problem.
|
setDebug, toStringpublic Calculator.CalculatorException(java.lang.String reason)
reason - The reason for the exceptionpublic Calculator.CalculatorException(java.lang.String reason,
java.lang.Exception cause)
reason - The reason for the exceptioncause - The underlying throwable