Interface CalculatorError


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

      • getMessage

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