Interface ValidationResult

All Known Implementing Classes:
XMLErrorHandler

public interface ValidationResult
  • Method Details

    • getErrors

      Throwable[] getErrors()
    • getWarnings

      Throwable[] getWarnings()
    • getErrorMessages

      String[] getErrorMessages()
    • getWarningMessages

      String[] getWarningMessages()
    • hasError

      boolean hasError()
    • hasWarning

      boolean hasWarning()