Class CalculatorException

  • All Implemented Interfaces:
    Serializable

    public class CalculatorException
    extends Exception
    This Exception arises if something during the execution of a calculator went wrong.
    See Also:
    Serialized Form
    • Constructor Detail

      • CalculatorException

        public CalculatorException​(String desc)
        Default constructor.
        Parameters:
        desc - Description text of this exception.