Package org.openrefine.util
Class FacetCountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.util.FacetCountException
-
- All Implemented Interfaces:
Serializable
public class FacetCountException extends Exception
Exception thrown while accessing the facet counts from an expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacetCountException(String message)
FacetCountException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FacetCountException
public FacetCountException(String message)
FacetCountException- Parameters:
message
- error message
-
-