Searched refs:badElement (Results 1 – 3 of 3) sorted by relevance
27 private final Element badElement; field in ErrorTypeException29 public ErrorTypeException(String message, Element badElement) { in ErrorTypeException() argument31 this.badElement = badElement; in ErrorTypeException()35 return badElement; in getBadElement()
46 Element badElement, in checkState() argument48 Preconditions.checkNotNull(badElement); in checkState()50 throw new BadInputException(String.valueOf(errorMessage), badElement); in checkState() local76 Element badElement, in checkState() argument79 Preconditions.checkNotNull(badElement); in checkState()82 String.format(errorMessageTemplate, errorMessageArgs), badElement); in checkState() local
29 public BadInputException(String message, Element badElement) { in BadInputException() argument31 this.badElements = ImmutableList.of(badElement); in BadInputException()