Searched defs:badElement (Results 1 – 3 of 3) sorted by relevance
46 Element badElement, in checkState()50 throw new BadInputException(String.valueOf(errorMessage), badElement); in checkState() local76 Element badElement, in checkState()82 String.format(errorMessageTemplate, errorMessageArgs), badElement); in checkState() local
27 private final Element badElement; field in ErrorTypeException29 public ErrorTypeException(String message, Element badElement) { in ErrorTypeException()
29 public BadInputException(String message, Element badElement) { in BadInputException()