Class ErrorReport
java.lang.Object
com.chemaxon.calculations.stereoanal.ErrorReport
Error reporting class.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
- Since:
- Marvin 6.2
-
Constructor Summary
ConstructorDescriptionErrorReport
(AtomSelection selection, String message) Constructs new error report.ErrorReport
(AtomSelection selection, String message, Optional<? extends StereoCenter> stereoCenter) Constructs new error report. -
Method Summary
Modifier and TypeMethodDescriptionReturns an error message.Returns the selection of atoms.Optional<? extends StereoCenter>
Returns an optional of stereo centers.toString()
-
Constructor Details
-
ErrorReport
public ErrorReport(AtomSelection selection, String message, Optional<? extends StereoCenter> stereoCenter) Constructs new error report.- Parameters:
selection
- atom selectionmessage
- error messagestereoCenter
- stereo center
-
ErrorReport
Constructs new error report.- Parameters:
selection
- atom selection.message
- error message
-
-
Method Details