Searched refs:Exception (Results 226 - 250 of 2741) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMissingTokenException.cs35 using Exception = System.Exception;
55 public MissingTokenException(string message, Exception innerException)
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
H A DUnwantedTokenException.cs35 using Exception = System.Exception;
49 public UnwantedTokenException(string message, Exception innerException)
65 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DEarlyExitException.cs36 using Exception = System.Exception;
55 public EarlyExitException(string message, Exception innerException)
72 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException)
H A DFailedPredicateException.cs36 using Exception = System.Exception;
62 public FailedPredicateException(string message, Exception innerException)
81 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException)
H A DMismatchedRangeException.cs36 using Exception = System.Exception;
55 public MismatchedRangeException(string message, Exception innerException)
74 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException)
H A DMismatchedSetException.cs36 using Exception = System.Exception;
54 public MismatchedSetException(string message, Exception innerException)
71 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
H A DMismatchedTreeNodeException.cs36 using Exception = System.Exception;
55 public MismatchedTreeNodeException(string message, Exception innerException)
72 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException)
H A DMissingTokenException.cs36 using Exception = System.Exception;
59 public MissingTokenException(string message, Exception innerException)
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
H A DUnwantedTokenException.cs36 using Exception = System.Exception;
53 public UnwantedTokenException(string message, Exception innerException)
73 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DIllegalArgumentExceptionTest.java49 Throwable emptyThrowable = new Exception();
55 Throwable exception = new Exception("msg");
77 public void testSerializationSelf() throws Exception {
84 public void testSerializationCompatibility() throws Exception {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapRndTest.java23 protected void setUp() throws Exception {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CRLSelectorTest.java42 throws Exception {
56 public void test_addIssuerNameLjava_lang_String() throws Exception {
78 public void test_addIssuerName$B_3() throws Exception {
92 public void test_addIssuerName$B_4() throws Exception {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
H A DCertPathTest.java53 public void testSerializationSelf() throws Exception {
66 public void testSerializationCompatibility() throws Exception {
82 public final void testCertPathRep_readResolve() throws Exception {
99 public final void testWriteReplace() throws Exception {
H A DCertificateTest.java46 public void testSerializationSelf() throws Exception {
59 public void testSerializationCompatibility() throws Exception {
75 public final void testCertificateRep_readResolve() throws Exception {
91 public final void testWriteReplace() throws Exception
/external/apache-http/src/org/apache/http/
H A DHttpException.java43 public class HttpException extends Exception {
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DCertException.java4 * General checked Exception thrown in the cert package and its sub-packages.
7 extends Exception
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DOperatorException.java4 extends Exception
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCryptoException.java7 extends Exception
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DScalableTimeout.java21 } catch (Exception e) {
/external/chromium_org/build/android/pylib/utils/
H A Dapk_helper.py21 raise Exception('Failed to determine package name of %s' % apk_path)
/external/chromium_org/chrome/test/functional/ispy/ispy_core/tests/rendering_test_manager/
H A Dcloud_bucket.py8 class FileNotFoundError(Exception):
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
H A DProcessInitException.java10 public class ProcessInitException extends Exception {
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Dsexps.py43 raise Exception('Not a sexp: {0!r}'.format(sexp))
58 raise Exception('Unmatched )')
64 raise Exception('Unmatched (')
66 raise Exception('Multiple sexps')
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DServiceException.java38 public class ServiceException extends Exception {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DITextValuePropertyEditor.java25 void setText(Property property, String text) throws Exception;

Completed in 692 milliseconds

1234567891011>>