Searched refs:exception (Results 101 - 125 of 673) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
H A Dstatement-004.js20 var exception = "No exception thrown"; variable
32 exception = e.toString();
38 " (threw " + exception +")",
H A Dstatement-005.js20 var exception = "No exception thrown"; variable
32 exception = e.toString();
38 " (threw " + exception +")",
H A Dstatement-007.js21 var exception = "No exception thrown"; variable
28 exception = e.toString();
34 " (threw " + exception +")",
H A Dstatement-008.js21 var exception = "No exception thrown"; variable
28 exception = e.toString();
34 " (threw " + exception +")",
H A Dstatement-009.js20 var exception = "No exception thrown"; variable
27 exception = e.toString();
33 " (threw " + exception +")",
H A Ddate-001.js32 var exception = "No exception thrown"; variable
40 exception = e.toString();
46 " (threw " + exception +")",
H A Ddate-002.js27 var exception = "No exception thrown"; variable
35 exception = e.toString();
41 " (threw " + exception +")",
H A Ddate-003.js27 var exception = "No exception thrown"; variable
35 exception = e.toString();
41 " (threw " + exception +")",
H A Ddate-004.js24 var exception = "No exception thrown"; variable
32 exception = e.toString();
38 " (threw " + exception +")",
H A Dnumber-001.js32 var exception = "No exception thrown"; variable
42 exception = e.toString();
48 " (threw " + exception +")",
H A Dnumber-002.js26 var exception = "No exception thrown"; variable
35 exception = e.toString();
41 " (threw " + exception +")",
H A Dnumber-003.js26 var exception = "No exception thrown"; variable
36 exception = e.toString();
42 " (threw " + exception +")",
H A Dstatement-006.js21 var exception = "No exception thrown"; variable
32 exception = e.toString();
38 " (threw " + exception +")",
H A Dstring-001.js29 var exception = "No exception thrown"; variable
38 exception = e.toString();
45 " (threw " + exception +")",
H A Dstring-002.js27 var exception = "No exception thrown"; variable
36 exception = e.toString();
43 " (threw " + exception +")",
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DInputMismatchExceptionTest.java35 InputMismatchException exception = new InputMismatchException();
36 assertNotNull(exception);
37 assertTrue(exception instanceof NoSuchElementException);
38 assertTrue(exception instanceof Serializable);
45 InputMismatchException exception = new InputMismatchException(
47 assertNotNull(exception);
48 assertEquals(ERROR_MESSAGE, exception.getMessage());
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java28 * This class implements an exception object that all
63 /** A nested exception.
140 * the error originated from, and another exception
141 * that caused this exception.
144 * @param e The exception that caused this exception.
157 * an error message, and another exception
158 * that caused this exception.
160 * @param e The exception that caused this exception
[all...]
/external/stlport/stlport/stl/
H A D_exception.h18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
45 # undef exception macro
50 # include_next <exception.h>
52 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
56 # include_next <exception>
161 class _STLP_CLASS_DECLSPEC exception { class
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDefaultErrorHandler.java47 * if this flag is set to true, we will rethrow the exception on
112 * @param exception The warning information encapsulated in a
113 * SAX parse exception.
114 * @throws SAXException Any SAX exception, possibly
115 * wrapping another exception.
117 public void warning(SAXParseException exception) throws SAXException argument
121 printLocation(pw, exception);
122 pw.println("Parser warning: " + exception.getMessage());
141 * @param exception The error information encapsulated in a
142 * SAX parse exception
146 error(SAXParseException exception) argument
173 fatalError(SAXParseException exception) argument
198 warning(TransformerException exception) argument
228 error(TransformerException exception) argument
263 fatalError(TransformerException exception) argument
278 ensureLocationSet(TransformerException exception) argument
310 printLocation(PrintStream pw, TransformerException exception) argument
315 printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) argument
320 printLocation(PrintWriter pw, Throwable exception) argument
[all...]
/external/webkit/LayoutTests/storage/
H A Dexecute-sql-args.js49 } catch (exception) {
50 return exception;
56 var exception = tryExecuteSql(transaction, parameterList);
58 if (exception)
59 log("PASS. executeSql(" + parameterList + ") threw an exception as expected.");
61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception");
63 if (exception)
64 log("*FAIL*. executeSql(" + parameterList + ") threw an exception: " + exception);
66 log("PASS. executeSql(" + parameterList + ") did not throw an exception");
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DBufferOverflowExceptionTest.java47 BufferOverflowException exception = new BufferOverflowException();
48 assertNull(exception.getMessage());
49 assertNull(exception.getLocalizedMessage());
50 assertNull(exception.getCause());
H A DBufferUnderflowExceptionTest.java50 BufferUnderflowException exception = new BufferUnderflowException();
51 assertNull(exception.getMessage());
52 assertNull(exception.getLocalizedMessage());
53 assertNull(exception.getCause());
H A DInvalidMarkExceptionTest.java46 InvalidMarkException exception = new InvalidMarkException();
47 assertNull(exception.getMessage());
48 assertNull(exception.getLocalizedMessage());
49 assertNull(exception.getCause());
H A DReadOnlyBufferExceptionTest.java46 ReadOnlyBufferException exception = new ReadOnlyBufferException();
47 assertNull(exception.getMessage());
48 assertNull(exception.getLocalizedMessage());
49 assertNull(exception.getCause());
/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings.css7 .exception-pattern {
13 .exception-setting {
19 select.exception-setting {
24 html[toolkit=gtk] select.exception-setting {
29 #exception-column-headers {
35 #exception-column-headers > div {
39 #exception-pattern-column {
43 #exception-behavior-column {

Completed in 285 milliseconds

1234567891011>>