Class PMRError
java.lang.Object
org.episteme.natural.chemistry.loaders.cml.util.PMRError
MANAGES ERRORS
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfatalError(String message) writes error message to System.err and calls System.exit(1)
-
Constructor Details
-
PMRError
public PMRError()
-
-
Method Details
-
fatalError
writes error message to System.err and calls System.exit(1)- Parameters:
message- to be output
-