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
public class MDocStorage.CancellationException extends Exception
Exception indicating that records are not available because the user cancelled file reading. ThefinishCancel()
method must be called when catching the exception.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finishCancel()
This 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
-
-