Package chemaxon.calculator
Interface CalculatorError
An error that might occur when a calculator is initialized.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the message that describes this error.
-
Method Details
-
getMessage
String getMessage()Returns the message that describes this error.- Returns:
- the message of this error
-