Interface ValidationResult

  • All Known Implementing Classes:
    XMLErrorHandler

    public interface ValidationResult
    • Method Detail

      • getErrors

        java.lang.Throwable[] getErrors()
      • getWarnings

        java.lang.Throwable[] getWarnings()
      • getErrorMessages

        java.lang.String[] getErrorMessages()
      • getWarningMessages

        java.lang.String[] getWarningMessages()
      • hasError

        boolean hasError()
      • hasWarning

        boolean hasWarning()