Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java117 public void warning(SAXParseException exception) throws SAXException in warning()
146 public void error(SAXParseException exception) throws SAXException in error()
173 public void fatalError(SAXParseException exception) throws SAXException in fatalError()
198 public void warning(TransformerException exception) throws TransformerException in warning()
228 public void error(TransformerException exception) throws TransformerException in error()
263 public void fatalError(TransformerException exception) throws TransformerException in fatalError()
278 public static void ensureLocationSet(TransformerException exception) in ensureLocationSet()
310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation()
315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation()
320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/
DMarkedYAMLExceptionTest.java24 MarkedYAMLException exception = new MarkedYAMLException(null, null, "Error happened", mark); in testToString1() local
32 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testToString2() local
40 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", null, in testToString3() local
47 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testToString4() local
54 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testGetters() local
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceImpl.java100 public void log(int level, String message, Throwable exception) { in log()
179 public void log(ServiceReference sr, int level, String message, Throwable exception) { in log()
184 delegate.debug(createMessage(sr, message), exception); in log() local
189 delegate.error(createMessage(sr, message), exception); in log() local
194 delegate.info(createMessage(sr, message), exception); in log() local
199 delegate.warn(createMessage(sr, message), exception); in log() local
/external/fdlibm/
Dfdlibm.h75 struct exception { struct
76 int type;
77 char *name;
78 double arg1;
79 double arg2;
80 double retval;
/external/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java129 public void debug(Object message, Throwable exception) { in debug()
152 public void error(Object message, Throwable exception) { in error()
175 public void fatal(Object message, Throwable exception) { in fatal()
209 public void info(Object message, Throwable exception) { in info()
280 public void trace(Object message, Throwable exception) { in trace()
303 public void warn(Object message, Throwable exception) { in warn()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java58 final Exception exception = new Exception("deliberate"); in testStart_failed() local
74 final Exception exception = new Exception("deliberate"); in testStop_failed() local
101 final Exception exception = new Exception("deliberate"); in testStart_failed() local
143 final Exception exception = new Exception("deliberate"); in testStop_failed() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSyntaxMessage.java41 public RecognitionException exception; field in GrammarSyntaxMessage
46 RecognitionException exception) in GrammarSyntaxMessage()
55 RecognitionException exception) in GrammarSyntaxMessage()
/external/objenesis/tck/src/org/objenesis/tck/
DTextReporter.java48 Exception exception; field in TextReporter.Result
57 Exception exception) { in Result()
126 public void exception(Exception exception) { in exception() method in TextReporter
DReporter.java69 void exception(Exception exception); in exception() argument
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DIExceptionHandlerTable.java65 int add (Exception_info exception); in add()
80 Exception_info set (int offset, Exception_info exception); in set()
DExceptionHandlerTable.java85 public int add (final Exception_info exception) in add()
93 public Exception_info set (final int offset, final Exception_info exception) in set()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java188 Throwable exception = m_exception; in printStackTrace() local
221 Throwable exception = m_exception; in getMessage() local
281 Throwable exception = m_exception; in printStackTrace() local
/external/clang/test/CodeGenCXX/
Dweak-external.cpp37 class _LIBCPP_EXCEPTION_ABI exception class
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc129 MinidumpException* exception = minidump.GetException(); in InProcessCrash() local
208 MinidumpException* exception = minidump.GetException(); in TEST_F() local
227 MinidumpException* exception = minidump.GetException(); in TEST_F() local
374 MinidumpException* exception = minidump.GetException(); in TEST_F() local
473 MinidumpException* exception = minidump.GetException(); in TEST_F() local
572 MinidumpException* exception = minidump.GetException(); in TEST_F() local
645 MinidumpException* exception = minidump.GetException(); in TEST_F() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java142 TaggedObject exception = reply.getNextValueAsTaggedObject(); in makeNewInstance() local
219 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod001() local
335 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod002() local
DInvokeMethodDefaultTest.java152 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
167 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
DInvokeMethodDefault002Test.java152 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
167 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLWarningTest.java356 SQLWarning exception = new SQLWarning(e); in testConstructor_Ljava_lang_Throwable() local
367 SQLWarning exception = new SQLWarning("reason", e); in testConstructor_LString_Throwable() local
379 SQLWarning exception = new SQLWarning("reason", "state", e); in testConstructor_LString_String_Throwable() local
392 SQLWarning exception = new SQLWarning("reason", "state", 18, e); in testConstructor_LString_String_I_Throwable() local
DSQLExceptionTest.java545 SQLException exception = new SQLException(e); in testConstructor_Ljava_lang_Throwable() local
556 SQLException exception = new SQLException("reason", e); in testConstructor_LString_Throwable() local
568 SQLException exception = new SQLException("reason", "state", e); in testConstructor_LString_String_Throwable() local
581 SQLException exception = new SQLException("reason", "state", 18, e); in testConstructor_LString_String_I_Throwable() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java130 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethodStatic() local
145 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethodStatic() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java183 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod001() local
352 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod002() local
479 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod003() local
/external/doclava/src/com/google/doclava/
DThrowsTagInfo.java52 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, in ThrowsTagInfo()
59 public ClassInfo exception() { in exception() method in ThrowsTagInfo
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMErrorImpl.java86 Exception exception) { in DOMErrorImpl()
102 Exception exception, Object relatedData, DOMLocatorImpl location) { in DOMErrorImpl()
/external/chromium-trace/catapult/devil/devil/android/
Ddecorators_test.py78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
178 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
219 def alwaysRaisesProvidedException(exception): argument
274 def alwaysRaisesProvidedException(self, exception, timeout=None, argument
/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java128 final RuntimeException exception = in testSubscriberThrowsException() local
323 public Throwable exception; field in EventBusTest.RecordingSubscriberExceptionHandler
326 public void handleException(Throwable exception, in handleException()

12345678910>>...21