org.semanticdesktop.aperture.extractor.util
Class ThreadedExtractorWrapper.ExtractionAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticdesktop.aperture.extractor.ExtractorException
              extended by org.semanticdesktop.aperture.extractor.util.ThreadedExtractorWrapper.ExtractionAbortedException
All Implemented Interfaces:
Serializable
Enclosing class:
ThreadedExtractorWrapper

public static class ThreadedExtractorWrapper.ExtractionAbortedException
extends ExtractorException

An exception that gets thrown if the extraction is aborted per user request i.e. when the ThreadedExtractorWrapper.stop() method is called.

See Also:
Serialized Form

Constructor Summary
ThreadedExtractorWrapper.ExtractionAbortedException()
          The default constructor
 
Method Summary
 
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
 

Constructor Detail

ThreadedExtractorWrapper.ExtractionAbortedException

public ThreadedExtractorWrapper.ExtractionAbortedException()
The default constructor



Copyright © 2010 Aperture Development Team. All Rights Reserved.