org.semanticdesktop.aperture.subcrawler.base
Class ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticdesktop.aperture.subcrawler.SubCrawlerException
              extended by org.semanticdesktop.aperture.subcrawler.base.ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException
All Implemented Interfaces:
Serializable
Enclosing class:
ThreadedSubCrawlerWrapper

public static class ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException
extends SubCrawlerException

An exception that gets thrown if the subcrawling is interrupted per user request i.e. when the ThreadedSubCrawlerWrapper.stop() method is called.

See Also:
Serialized Form

Constructor Summary
ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException()
           
 
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

ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException

public ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException()


Copyright © 2010 Aperture Development Team. All Rights Reserved.