Interface CalculatorError


@PublicAPI public interface CalculatorError
An error that might occur when a calculator is initialized.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the message that describes this error.
  • Method Details

    • getMessage

      String getMessage()
      Returns the message that describes this error.
      Returns:
      the message of this error