Class QAWarningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrefine.wikidata.schema.exceptions.QAWarningException
- All Implemented Interfaces:
Serializable
Exception thrown during schema evaluation to report
an error as a QA validation warning.
Throwing this exception will halt schema evaluation and
report this warning to the user, so it should be used for rather
important warnings.
- Author:
- Antonin Delpeuch
- 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
-
QAWarningException
-
-
Method Details
-
getWarning
-