Searched defs:exception (Results 1 – 6 of 6) 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()
200 public void log(@NonNull Severity severity, @Nullable Throwable exception, in log()
675 private void appendToIdeLog(Throwable exception, String format, Object ... args) { in appendToIdeLog()
515 public void runFailed(String message, Exception exception) { in runFailed()
569 Throwable exception = render.getException(); in renderSync() local
1593 Throwable exception = session.getResult().getException(); in renderWithBridge() local