com.atlassian.bonnie.search.extractor
Class ExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| 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 |
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.