Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java57 final Exception exception = new Exception("deliberate"); in testStart_failed() local
73 final Exception exception = new Exception("deliberate"); in testStop_failed() local
100 final Exception exception = new Exception("deliberate"); in testStart_failed() local
142 final Exception exception = new Exception("deliberate"); in testStop_failed() local
/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/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() argument
DReporter.java69 void exception(Exception exception); in exception() method
/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/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/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
/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
/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/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-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/v8/test/mjsunit/regress/
Dregress-crbug-100859.js32 var exception = false; variable
Dregress-1130.js33 var exception = false; variable
Dregress-1172-bis.js32 var exception = false; variable
Dregress-1132.js44 var exception = false; variable
Dregress-1980.js32 var exception = false; variable
Dregress-1327557.js31 var exception = false; variable
Dregress-1412.js53 var exception = false; variable
/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()

12345678910>>...14