public class AttributeExtractorException extends SearchException implements Serializable
| Constructor and Description |
|---|
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttributeExtractorException(String message)
message - the description of the exceptionpublic AttributeExtractorException(String message, Throwable cause)
message - cause - public AttributeExtractorException(Throwable cause)
cause - Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.