com.atlassian.bonnie.search.extractor
Class ExtractorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.bonnie.search.extractor.ExtractorException
All Implemented Interfaces:
java.io.Serializable

public class ExtractorException
extends java.lang.Exception

Provides a wrapper around the various exceptions thrown during extraction of content for the search index.

Needed mostly because IOException doesn't have a constructor that takes a Throwable cause argument.

See Also:
Serialized Form

Constructor Summary
ExtractorException()
           
ExtractorException(java.lang.String message)
           
ExtractorException(java.lang.String message, java.lang.Throwable cause)
           
ExtractorException(java.lang.Throwable cause)
           
 
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

ExtractorException

public ExtractorException()

ExtractorException

public ExtractorException(java.lang.String message)

ExtractorException

public ExtractorException(java.lang.String message,
                          java.lang.Throwable cause)

ExtractorException

public ExtractorException(java.lang.Throwable cause)


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.