Searched refs:Exception (Results 26 - 50 of 2741) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/runner/notification/
H A DRunListener.java40 public void testRunStarted(Description description) throws Exception {
47 public void testRunFinished(Result result) throws Exception {
55 public void testStarted(Description description) throws Exception {
62 public void testFinished(Description description) throws Exception {
69 public void testFailure(Failure failure) throws Exception {
89 public void testIgnored(Description description) throws Exception {
/external/javassist/src/main/javassist/
H A DNotFoundException.java21 public class NotFoundException extends Exception {
26 public NotFoundException(String msg, Exception e) {
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectNotFoundException.java18 public class ObjectNotFoundException extends Exception {
23 public ObjectNotFoundException(String name, Exception e) {
/external/smack/src/org/jivesoftware/smack/
H A DAbstractConnectionListener.java30 public void connectionClosedOnError(Exception e) {
38 public void reconnectionFailed(Exception e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DExceptionTest.java25 * @tests java.lang.Exception#Exception()
28 Exception e = new Exception();
35 * @tests java.lang.Exception#Exception(java.lang.String)
38 Exception e = new Exception("fixture");
/external/apache-http/src/org/apache/commons/codec/
H A DDecoderException.java25 public class DecoderException extends Exception {
H A DEncoderException.java28 public class EncoderException extends Exception {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidatorException.java4 extends Exception
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DNoSuchStoreException.java4 extends Exception
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/
H A Dexception_in_transfer_wsh.py31 """Exception in web_socket_transfer_data().
40 raise Exception('Intentional Exception for %s, %s' %
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DRunnableEx.java14 * Analog of {@link Runnable} where method <code>run</code> can throw {@link Exception}.
21 * Executes operation that can cause {@link Exception}.
23 void run() throws Exception;
/external/smack/src/org/xbill/DNS/
H A DZoneTransferException.java11 public class ZoneTransferException extends Exception {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
H A DExceptionExtensions.cs35 using Exception = System.Exception;
40 public static void PrintStackTrace( Exception e, TextWriter writer )
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerationException.java6 Exception e;
16 Exception e)
23 public Exception getUnderlyingException()
H A DCMSRuntimeException.java6 Exception e;
16 Exception e)
23 public Exception getUnderlyingException()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditorProvider.java25 public PropertyEditor getEditorForType(Class<?> propertyType) throws Exception {
33 public PropertyEditor getEditorForEditorType(Class<?> editorType) throws Exception {
41 throws Exception {
/external/javassist/src/main/javassist/tools/web/
H A DBadHttpRequest.java21 public class BadHttpRequest extends Exception {
22 private Exception e;
26 public BadHttpRequest(Exception _e) { e = _e; }
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DPrivilegedActionExceptionTest.java34 * Tests PrivilegedActionException(Exception)
38 Exception ex = new Exception();
47 Exception ex = new Exception();
56 assertNotNull(new PrivilegedActionException(new Exception()).toString());
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestHeteroAST.java38 @Test public void testToken() throws Exception {
55 @Test public void testTokenCommonTree() throws Exception {
67 @Test public void testTokenWithQualifiedType() throws Exception {
84 @Test public void testNamedType() throws Exception {
102 @Test public void testTokenWithLabel() throws Exception {
119 @Test public void testTokenWithListLabel() throws Exception {
136 @Test public void testTokenRoot() throws Exception {
153 @Test public void testTokenRootWithListLabel() throws Exception {
170 @Test public void testString() throws Exception {
187 @Test public void testStringRoot() throws Exception {
[all...]
H A DTestSets.java40 @Test public void testSeqDoesNotBecomeSet() throws Exception {
54 @Test public void testParserSet() throws Exception {
63 @Test public void testParserNotSet() throws Exception {
72 @Test public void testParserNotToken() throws Exception {
81 @Test public void testParserNotTokenWithLabel() throws Exception {
90 @Test public void testRuleAsSet() throws Exception {
99 @Test public void testRuleAsSetAST() throws Exception {
109 @Test public void testNotChar() throws Exception {
119 @Test public void testOptionalSingleElement() throws Exception {
129 @Test public void testOptionalLexerSingleElement() throws Exception {
[all...]
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
H A DGSSNameTest.java30 public void testNT_ANONYMOUS() throws Exception {
35 public void testNT_EXPORT_NAME() throws Exception {
40 public void testNT_HOSTBASED_SERVICE() throws Exception {
45 public void testNT_MACHINE_UID_NAME() throws Exception {
50 public void testNT_STRING_UID_NAME() throws Exception {
55 public void testNT_USER_NAME() throws Exception {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingListenableFutureTest.java34 protected void setUp() throws Exception {
49 protected void tearDown() throws Exception {
54 public void testCompletedFuture() throws Exception {
59 public void testCancelledFuture() throws Exception {
64 public void testFailedFuture() throws Exception {
65 delegate.setException(new Exception("failed"));
/external/junit/src/junit/extensions/
H A DTestSetup.java21 public void protect() throws Exception {
33 protected void setUp() throws Exception {
40 protected void tearDown() throws Exception {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteEarlyExitException.cs34 using Exception = System.Exception;
48 public RewriteEarlyExitException(string elementDescription, Exception innerException)
56 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException)
H A DRewriteEmptyStreamException.cs34 using Exception = System.Exception;
48 public RewriteEmptyStreamException(string elementDescription, Exception innerException)
56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException)

Completed in 631 milliseconds

1234567891011>>