Searched refs:RuntimeException (Results 51 - 75 of 866) sorted by relevance

1234567891011>>

/external/ant-glob/src/org/apache/tools/ant/
H A DBuildException.java23 public class BuildException extends RuntimeException {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestErrorException.java31 public class TestErrorException extends RuntimeException {
/external/apache-http/src/org/apache/http/impl/auth/
H A DUnsupportedDigestAlgorithmException.java46 public class UnsupportedDigestAlgorithmException extends RuntimeException {
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DWrappedRuntimeException.java35 public final class WrappedRuntimeException extends RuntimeException
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DWrappedRuntimeException.java28 public class WrappedRuntimeException extends RuntimeException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSRuntimeException.java4 extends RuntimeException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DRuntimeOperatorException.java4 extends RuntimeException
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
H A DValidationCheck.java18 throw new RuntimeException("ValidatorContext already set");
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java118 throw new RuntimeException("index not yet set for " + constant);
147 throw new RuntimeException("index already set");
161 throw new RuntimeException("class index not yet set");
194 throw new RuntimeException("class index already set");
/external/droiddriver/src/com/google/android/droiddriver/exceptions/
H A DDroidDriverException.java25 public class DroidDriverException extends RuntimeException {
H A DUnrecoverableException.java27 public class UnrecoverableException extends RuntimeException {
/external/guava/guava/src/com/google/common/util/concurrent/
H A DUncheckedTimeoutException.java25 public class UncheckedTimeoutException extends RuntimeException {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeGenerationException.java21 public class CodeGenerationException extends RuntimeException {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeReaderVariable.java35 throw new RuntimeException("I don't know how to read " + bytes + " bytes");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNfcAdapter.java31 throw new RuntimeException(e);
33 throw new RuntimeException(e);
35 throw new RuntimeException(e);
37 throw new RuntimeException(e);
H A DShadowSQLiteProgram.java29 throw new RuntimeException(e);
47 throw new RuntimeException(e);
65 throw new RuntimeException(e);
92 throw new RuntimeException(e);
112 throw new RuntimeException(e);
132 throw new RuntimeException(e);
147 throw new RuntimeException(e);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DI18nException.java4 public class I18nException extends RuntimeException {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassLoaderLocalMap.java53 throw new RuntimeException(e);
109 throw new RuntimeException(e);
111 throw new RuntimeException(e);
113 throw new RuntimeException(e.getTargetException());
124 throw new RuntimeException(e);
126 throw new RuntimeException(e);
128 throw new RuntimeException(e.getTargetException());
142 throw new RuntimeException(e1.getTargetException());
144 throw new RuntimeException(e1);
150 throw new RuntimeException(e
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java408 * @throws RuntimeException thrown if this NodeSetDTM is not of
415 throw new RuntimeException(
475 * @throws RuntimeException thrown if this NodeSetDTM is not
482 throw new RuntimeException(
532 * @throws RuntimeException thrown if this NodeSetDTM is not of
539 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
550 * @throws RuntimeException thrown if this NodeSetDTM is not of
557 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
566 * @throws RuntimeException thrown if this NodeSetDTM is not of
573 throw new RuntimeException(XSLMessage
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHexParser.java78 throw new RuntimeException("bogus offset marker: " +
105 throw new RuntimeException("spare digit around " +
114 throw new RuntimeException("bogus digit character: \"" +
127 throw new RuntimeException("spare digit around offset " +
132 throw new RuntimeException("unterminated quote around " +
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java49 throw new RuntimeException("Not initialiazed");
57 throw new RuntimeException("Not initialiazed");
65 throw new RuntimeException("Not initialiazed");
73 throw new RuntimeException("Not initialiazed");
84 throw new RuntimeException("Not initialiazed");
92 throw new RuntimeException("Not initialiazed");
/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DRequestManagerFragment.java36 } catch (RuntimeException e) {
48 } catch (RuntimeException e) {
/external/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java47 throw new RuntimeException(e);
49 throw new RuntimeException(e);
/external/mockito/src/org/mockito/internal/runners/util/
H A DRunnerProvider.java35 throw new RuntimeException(e);
43 throw new RuntimeException(e);
/external/objenesis/main/test/org/objenesis/
H A DObjenesisExceptionTest.java31 Exception cause = new RuntimeException("test");
43 Exception cause = new RuntimeException("test");

Completed in 648 milliseconds

1234567891011>>