Class 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 Detail

      • QAWarningException

        public QAWarningException​(QAWarning warning)
    • Method Detail