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. The finishCancel() method must be called when catching the exception.
See Also:
  • 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.