Class SkipSchemaExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.wikibase.schema.exceptions.SkipSchemaExpressionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpecialValueNoValueException
,SpecialValueSomeValueException
public class SkipSchemaExpressionException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkipSchemaExpressionException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-