Package chemaxon.calculator
Interface CalculatorError
-
@PublicAPI public interface CalculatorError
An error that might occur when a calculator is initialized.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Returns the message that describes this error.
-
-
-
Method Detail
-
getMessage
String getMessage()
Returns the message that describes this error.- Returns:
- the message of this error
-
-