java.lang.Object
com.foursoft.harness.navext.runtime.io.validation.LogValidator.ErrorLocation
Enclosing class:
LogValidator

public static class LogValidator.ErrorLocation extends Object
ErrorLocation holds the line and message of the found error
  • Field Details

    • line

      public final int line
    • message

      public final String message
  • Constructor Details

    • ErrorLocation

      public ErrorLocation(int line, String message)
  • Method Details