Class QAWarningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.wikibase.schema.exceptions.QAWarningException
-
- All Implemented Interfaces:
Serializable
public class QAWarningException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QAWarningException(QAWarning warning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAWarning
getWarning()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-