Searched defs:exception (Results 1 – 6 of 6) sorted by relevance
77 public void error(SAXParseException exception) throws SAXException { in error()87 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()97 public void warning(SAXParseException exception) throws SAXException { in warning()116 public void handleError(Exception exception, int lineNumber) { in handleError()
280 public void runFailed(String message, Exception exception) { in runFailed()
97 Exception[] exception = new Exception[] { null }; in fetch() local
277 Exception[] exception = new Exception[] { null }; in load() local
64 void handleError(Exception exception, int lineNumber); in handleError()
1326 Throwable exception = session.getResult().getException(); in renderWithBridge() local