Class CalculateException

All Implemented Interfaces:
Serializable

public class CalculateException extends ParserException
Exception thrown when the calculation failed.
See Also:
  • Constructor Details

    • CalculateException

      Constructs an instance of CalculateException with the specified detail message.
      Parameters:
      msg - the detail message.