Package chemaxon.marvin.view
Class MDocStorage.CancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.marvin.view.MDocStorage.CancellationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MDocStorage
Exception indicating that records are not available because the user cancelled file reading.
The
finishCancel() method must be called when catching the exception.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method should be called after catching the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
finishCancel
public void finishCancel()This method should be called after catching the exception. It sets the storage size according to the latest estimation.
-