Searched refs:Exception (Results 101 - 125 of 2741) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/testing/
H A DTearDown.java46 * @throws Exception for any reason. {@code TearDownTestCase} ensures that
50 void tearDown() throws Exception;
/external/javassist/src/main/javassist/bytecode/
H A DBadBytecode.java21 public class BadBytecode extends Exception {
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetNotFoundException.java14 public AssetNotFoundException(String message, Exception ex){
/external/jsilver/src/com/google/streamhtmlparser/
H A DParseException.java24 public class ParseException extends Exception {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSIPMessageListener.java46 public void processMessage(SIPMessage msg) throws Exception;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DRawMessageChannel.java7 public abstract void processMessage(SIPMessage sipMessage) throws Exception ;
/external/nist-sip/java/javax/sip/
H A DSipException.java3 public class SipException extends Exception {
/external/nist-sip/java/javax/sip/header/
H A DTooManyHopsException.java3 public class TooManyHopsException extends Exception {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DResourceExtractorTest.java15 public void setUp() throws Exception {
22 public void shouldHandleStyleable() throws Exception {
28 public void shouldPrefixAllSystemResourcesWithAndroid() throws Exception {
33 public void shouldHandleNull() throws Exception {
H A DColorResourceLoaderTest.java16 @Before public void setUp() throws Exception {
26 public void shouldHandleNonColorResourcesWithoutCrashing() throws Exception {
31 public void testStringsAreResolved() throws Exception {
37 public void shouldHandleColorsWithAlpha() throws Exception {
42 public void shouldHandleColorForwardReferences() throws Exception {
47 public void shouldHandleColorBackwardReferences() throws Exception {
52 public void shouldLoadColorsWithAlpha() throws Exception {
57 public void shouldReturnAndroidColors() throws Exception {
62 public void shouldSupportCarrierDefinedColors() throws Exception {
67 public void shouldParseAndroidColorReferences() throws Exception {
[all...]
/external/smack/src/com/kenai/jbosh/
H A DBOSHException.java20 * Exception class used by the BOSH API to minimize the number of checked
23 public class BOSHException extends Exception {
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DDestroyFailedException.java23 public class DestroyFailedException extends Exception {
H A DRefreshFailedException.java20 public class RefreshFailedException extends Exception {
/external/smack/src/org/jivesoftware/smack/provider/
H A DIQProvider.java44 * @throws Exception if an error occurs parsing the XML.
46 public IQ parseIQ(XmlPullParser parser) throws Exception;
H A DPacketExtensionProvider.java43 * @throws java.lang.Exception if an error occurs parsing the XML.
45 public PacketExtension parseExtension(XmlPullParser parser) throws Exception;
/external/smack/src/org/jivesoftware/smackx/provider/
H A DPrivateDataProvider.java43 * @throws Exception if an error occurs parsing the XML.
45 public PrivateData parsePrivateData(XmlPullParser parser) throws Exception;
/external/smack/src/org/xbill/DNS/
H A DResolverListener.java28 void handleException(Object id, Exception e);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestLeftRecursion.java9 @Test public void testSimple() throws Exception {
24 @Test public void testSemPred() throws Exception {
39 @Test public void testTernaryExpr() throws Exception {
65 @Test public void testDeclarationsUsingASTOperators() throws Exception {
96 @Test public void testDeclarationsUsingRewriteOperators() throws Exception {
127 @Test public void testExpressionsUsingASTOperators() throws Exception {
159 @Test public void testExpressionsUsingRewriteOperators() throws Exception {
190 @Test public void testExpressionAssociativity() throws Exception {
227 @Test public void testJavaExpressions() throws Exception {
320 @Test public void testReturnValueAndActions() throws Exception {
[all...]
H A DTestASTConstruction.java39 @Test public void testA() throws Exception {
49 @Test public void testEmptyAlt() throws Exception {
59 @Test public void testNakeRulePlusInLexer() throws Exception {
70 @Test public void testRulePlus() throws Exception {
81 @Test public void testNakedRulePlus() throws Exception {
92 @Test public void testRuleOptional() throws Exception {
103 @Test public void testNakedRuleOptional() throws Exception {
114 @Test public void testRuleStar() throws Exception {
125 @Test public void testNakedRuleStar() throws Exception {
136 @Test public void testCharStar() throws Exception {
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java28 public void open(String filename, int mode) throws SQLite.Exception {
38 } catch (SQLite.Exception se) {
57 throws SQLite.Exception {
67 } catch (SQLite.Exception se) {
87 throws SQLite.Exception {
97 } catch (SQLite.Exception se) {
112 throws SQLite.Exception;
120 throws SQLite.Exception;
129 public void open_aux_file(String filename) throws SQLite.Exception {
136 throws SQLite.Exception;
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DBindExceptionTest.java33 } catch (Exception e) {
34 fail("Exception during BindException test" + e.toString());
48 } catch (Exception e) {
49 fail("Exception during BindException test : " + e.getMessage());
H A DProtocolExceptionTest.java33 } catch (Exception e) {
34 fail("Exception during ProtocolException test : " + e.getMessage());
48 } catch (Exception e) {
49 fail("Exception during ProtocolException test : " + e.getMessage());
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_dict.py16 raise Exception("Input param must be of type ExtensionToLoad")
23 raise Exception("Input param must be of type ExtensionToLoad")
/external/doclava/src/com/google/doclava/apicheck/
H A DApiParseException.java19 public final class ApiParseException extends Exception {
30 public ApiParseException(String message, Exception cause) {
/external/junit/src/org/junit/internal/runners/
H A DInitializationError.java11 public class InitializationError extends Exception {
24 this(new Exception(string));

Completed in 574 milliseconds

1234567891011>>