Searched defs:exception (Results 1 – 5 of 5) sorted by relevance
78 public void error(SAXParseException exception) throws SAXException { in error()88 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()98 public void warning(SAXParseException exception) throws SAXException { in warning()118 public void handleError(Exception exception, int lineNumber) { in handleError()
508 public void runFailed(String message, Exception exception) { in runFailed()
569 Throwable exception = render.getException(); in renderSync() local
1554 Throwable exception = session.getResult().getException(); in renderWithBridge() local
199 public void log(@NonNull Severity severity, @Nullable Throwable exception, in log()