Class AttributeExtractorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AttributeExtractorException
    extends SearchException
    implements java.io.Serializable
    An exception to indicate that an attribute extractor was unable to be processed.

    Attributes are extracted on put or update, so this exception will be thrown to the calling thread.

    Author:
    Greg Luck
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeExtractorException​(java.lang.String message)
      Construct a AttributeExtractorException
      AttributeExtractorException​(java.lang.String message, java.lang.Throwable cause)
      Construct a AttributeExtractorException with an underlying cause and message
      AttributeExtractorException​(java.lang.Throwable cause)
      Construct a AttributeExtractorException with an underlying cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • AttributeExtractorException

        public AttributeExtractorException​(java.lang.String message)
        Construct a AttributeExtractorException
        Parameters:
        message - the description of the exception
      • AttributeExtractorException

        public AttributeExtractorException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Construct a AttributeExtractorException with an underlying cause and message
        Parameters:
        message -
        cause -
      • AttributeExtractorException

        public AttributeExtractorException​(java.lang.Throwable cause)
        Construct a AttributeExtractorException with an underlying cause
        Parameters:
        cause -