chemaxon.marvin.view
Class MDocStorage.CancellationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by chemaxon.marvin.view.MDocStorage.CancellationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MDocStorage

public class MDocStorage.CancellationException
extends java.lang.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:
Serialized Form

Method Summary
 void finishCancel()
          This method should be called after catching the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

finishCancel

public void finishCancel()
This method should be called after catching the exception. It sets the storage size according to the latest estimation.