Searched defs:exception (Results 1 – 3 of 3) sorted by relevance
68 public void error(SAXParseException exception) throws SAXException { in error()78 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()88 public void warning(SAXParseException exception) throws SAXException { in warning()107 protected void handleError(Exception exception, int lineNumber) { in handleError()
715 public static void log(Throwable exception, String format, Object ... args) { in log()732 public static synchronized void logAndPrintError(Throwable exception, String tag, in logAndPrintError()
162 Exception[] exception = new Exception[] { null }; in load() local