Package org.apache.lucene.facet
Class FacetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.lucene.facet.FacetException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacetParamsMissingPropertyException
public class FacetException extends IOException
A parent class for exceptions thrown by the Facets code.- See Also:
- Serialized Form
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description FacetException()
FacetException(String message)
FacetException(String message, Throwable cause)
FacetException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-