Class SkipSchemaExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrefine.wikidata.schema.exceptions.SkipSchemaExpressionException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that the expression currently being
evaluated should be skipped (for instance because the underlying
data it was generated from is blank or unreconciled)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkipSchemaExpressionException
public SkipSchemaExpressionException()
-