Class QAWarningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrefine.wikidata.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:
  • Constructor Details

    • QAWarningException

      public QAWarningException(QAWarning warning)
  • Method Details