Class XMLLogger.FileMessages

java.lang.Object
com.puppycrawl.tools.checkstyle.XMLLogger.FileMessages
Enclosing class:
XMLLogger

private static final class XMLLogger.FileMessages extends Object
The registered file messages.
  • Field Details

  • Constructor Details

  • Method Details

    • getErrors

      Returns the file error events.
      Returns:
      the file error events.
    • addError

      public void addError(AuditEvent event)
      Adds the given error event to the messages.
      Parameters:
      event - the error event.
    • getExceptions

      Returns the file exceptions.
      Returns:
      the file exceptions.
    • addException

      public void addException(Throwable throwable)
      Adds the given exception to the messages.
      Parameters:
      throwable - the file exception