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 SummaryModifier and TypeMethodDescriptionvoidThis method should be called after catching the exception.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
finishCancelpublic void finishCancel()This method should be called after catching the exception. It sets the storage size according to the latest estimation.
 
-