|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.search.SearchException
net.sf.ehcache.search.attribute.AttributeExtractorException
public class AttributeExtractorException
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.
Constructor Summary | |
---|---|
AttributeExtractorException(String message)
Construct a AttributeExtractorException |
|
AttributeExtractorException(String message,
Throwable cause)
Construct a AttributeExtractorException with an underlying cause and message |
|
AttributeExtractorException(Throwable cause)
Construct a AttributeExtractorException with an underlying cause |
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 |
---|
public AttributeExtractorException(String message)
message
- the description of the exceptionpublic AttributeExtractorException(String message, Throwable cause)
message
- cause
- public AttributeExtractorException(Throwable cause)
cause
-
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |