Searched defs:exception (Results 1 - 25 of 263) sorted by path

1234567891011

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... java.lang.String) throws java.lang.Exception private com.adobe.ac.ant.tasks ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h59 /** If set to ANTLR3_TRUE then the recognizer has an exception
68 pANTLR3_EXCEPTION exception; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3exception.c3 * otherwise handling ANTLR3 standard exception structures.
42 * Creates a new ANTLR3 exception structure
44 * \param[in] exception
52 * ANTLR3_FREE() when the exception is destroyed.
55 * Pointer to newly initialized exception structure, or an ANTLR3_ERR_xx defined value
58 * An exception is 'thrown' by a recognizer when input is seen that is not predicted by
62 * the list and the one currently installed is pointed to by the newly installed exception.
65 * After an exception is created, you may add a pointer to your own structure and a pointer
66 * to a function to free this structure when the exception is destroyed.
72 antlr3ExceptionNew(ANTLR3_UINT32 exception, voi argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSyntaxMessage.java41 public RecognitionException exception; field in class:GrammarSyntaxMessage
46 RecognitionException exception)
48 this(msgID,grammar,offendingToken,null,exception);
55 RecognitionException exception)
59 this.exception = exception;
43 GrammarSyntaxMessage(int msgID, Grammar grammar, Token offendingToken, RecognitionException exception) argument
51 GrammarSyntaxMessage(int msgID, Grammar grammar, Token offendingToken, Object arg, RecognitionException exception) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java237 // throws an exception.
839 //throw exception
872 private IOException exception = null; field in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
881 if (exception != null) {
882 throw exception;
899 public void setException(IOException exception) { argument
900 this.exception = exception;
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java225 stream.setResult(MockInputStream.exception);
246 static final int exception = 1; field in class:PreferencesTest.MockInputStream
262 case exception:
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java121 * @param exception log this cause
124 public void debug(Object message, Throwable exception) { argument
125 log(Level.FINE, String.valueOf(message), exception);
144 * @param exception log this cause
147 public void error(Object message, Throwable exception) { argument
148 log(Level.SEVERE, String.valueOf(message), exception);
167 * @param exception log this cause
170 public void fatal(Object message, Throwable exception) { argument
171 log(Level.SEVERE, String.valueOf(message), exception);
201 * @param exception lo
204 info(Object message, Throwable exception) argument
275 trace(Object message, Throwable exception) argument
298 warn(Object message, Throwable exception) argument
[all...]
/external/apache-http/src/org/apache/http/client/
H A DHttpRequestRetryHandler.java40 * recoverable exception during execution.
56 * @param exception the exception that occurred
64 boolean retryRequest(IOException exception, int executionCount, HttpContext context); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultHttpRequestRetryHandler.java79 final IOException exception,
82 if (exception == null) {
92 if (exception instanceof NoHttpResponseException) {
96 if (exception instanceof InterruptedIOException) {
100 if (exception instanceof UnknownHostException) {
104 if (exception instanceof SSLHandshakeException) {
105 // SSL handshake exception
78 retryRequest( final IOException exception, int executionCount, final HttpContext context) argument
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DObjectFactory.java63 //throw security exception if the calling thread is not allowed to access the
128 private Exception exception; field in class:ObjectFactory.ConfigurationError
136 * exception.
140 this.exception = x;
147 /** Returns the exception associated to this error. */
149 return exception;
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java427 // us in the exception handling code because it won't be delivered as part
430 public void error(SAXParseException exception) throws SAXException argument
433 clientErrorHandler.error(exception);
436 public void fatalError(SAXParseException exception) throws SAXException argument
441 clientErrorHandler.error(exception);
448 public void warning(SAXParseException exception) throws SAXException argument
451 clientErrorHandler.error(exception);
545 * very quickly by throwing a reserved exception to it. If the stream is
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java98 * @exception ObjectFactory.ConfigurationError
125 * @exception ObjectFactory.ConfigurationError
172 * @exception ObjectFactory.ConfigurationError
200 * @exception ObjectFactory.ConfigurationError
254 * @exception ObjectFactory.ConfigurationError
336 // Ignore the exception.
362 // Ignore the exception.
479 //throw security exception if the calling thread is not allowed to access the
599 // Ignore the exception.
634 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java48 // The platform related exception
54 // The location of the exception
83 * @param exception
86 Exception exception) {
90 fException = exception;
97 * @param exception
102 Exception exception, Object relatedData, DOMLocatorImpl location) {
106 fException = exception;
141 * The related platform dependent exception if any.
85 DOMErrorImpl(short severity, String message, String type, Exception exception) argument
101 DOMErrorImpl(short severity, String message, String type, Exception exception, Object relatedData, DOMLocatorImpl location) argument
/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...]
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
H A DExtCertPathBuilderException.java1 package org.bouncycastle.jce.exception;
H A DExtCertPathValidatorException.java1 package org.bouncycastle.jce.exception;
H A DExtException.java1 package org.bouncycastle.jce.exception;
5 * This is an extended exception. Java before version 1.4 did not offer the
6 * possibility the attach a cause to an exception. The cause of an exception is
8 * exception. This interface must be implemented by all exceptions to accomplish
16 * Returns the cause of the exception.
18 * @return The cause of the exception.
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc126 DictionaryValue* exception = new DictionaryValue(); local
127 exception->Set(
130 exception->Set(
133 return exception;
142 DictionaryValue* exception = new DictionaryValue(); local
143 exception->Set(
146 exception->Set(
149 exception->Set(
152 exception->Set(
155 return exception;
164 DictionaryValue* exception = new DictionaryValue(); local
[all...]
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc44 bool exception; member in struct:__anon3252::Rule
67 " int type; // 1: exception, 2: wildcard\n"
75 if (i->second.exception) {
124 rule->exception = true;
197 rule.exception = false;
200 // Check the existing rules to make sure we don't have an exception and
207 // case there's an exception or wild card that either exists or might be
231 rule.exception = false;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc161 DictionaryValue* exception = new DictionaryValue(); local
162 exception->SetString(kOrigin, pattern.ToString());
163 exception->SetString(kEmbeddingOrigin,
167 exception->SetString(kSetting, ContentSettingToString(setting));
168 exception->SetString(kSource, provider_name);
169 return exception;
179 DictionaryValue* exception = new DictionaryValue(); local
180 exception->SetString(kSetting, ContentSettingToString(setting));
181 exception->SetString(kOrigin, origin.ToString());
182 exception
193 DictionaryValue* exception = new DictionaryValue(); local
212 DictionaryValue* exception = new DictionaryValue(); local
905 DictionaryValue* exception = new DictionaryValue(); local
[all...]

Completed in 1759 milliseconds

1234567891011