Searched defs:exception (Results 1 – 5 of 5) 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()
266 public void runFailed(String message, Exception exception) { in runFailed()
695 public static void log(Throwable exception, String format, Object ... args) { in log()712 public static synchronized void logAndPrintError(Throwable exception, String tag, in logAndPrintError()
66 void handleError(Exception exception, int lineNumber); in handleError()
165 Exception[] exception = new Exception[] { null }; in load() local