Searched refs:ErrorTypeException (Results 1 – 5 of 5) sorted by relevance
26 public final class ErrorTypeException extends RuntimeException { class29 public ErrorTypeException(String message, Element badElement) { in ErrorTypeException() method in ErrorTypeException
68 } else if (t instanceof ErrorTypeException) { in recordError()69 ErrorTypeException badInput = (ErrorTypeException) t; in recordError()
150 throw new ErrorTypeException( in checkNotErrorKind()
178 if (e instanceof ErrorTypeException && !roundEnv.processingOver()) { in process()
41 "ErrorTypeException.java",