Searched defs:badElement (Results 1 – 3 of 3) sorted by relevance
89 Element badElement, in checkState()93 throw new BadInputException(String.valueOf(errorMessage), badElement); in checkState() local119 Element badElement, in checkState()125 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()