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, toString
public AttributeExtractorException(String message)
message
- the description of the exceptionpublic AttributeExtractorException(String message, Throwable cause)
message
- cause
- public AttributeExtractorException(Throwable cause)
cause
- Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.