Class IllegalConstruction
java.lang.Object
java.lang.Throwable
java.lang.Exception
calculator.IllegalConstruction
- All Implemented Interfaces:
Serializable
Exception that will be used when an incorrectly constructed arithmetic expression is encountered.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalConstruction
public IllegalConstruction()Default constructor.
-