Searched refs:RuntimeException (Results 1 - 25 of 866) sorted by relevance

1234567891011>>

/external/easymock/src/org/easymock/internal/
H A DRuntimeExceptionWrapper.java18 public class RuntimeExceptionWrapper extends RuntimeException {
22 private final RuntimeException runtimeException;
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) {
28 public RuntimeException getRuntimeException() {
H A DMocksControl.java54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
164 throw (RuntimeException)
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DFoundIndex.java28 public class FoundIndex extends RuntimeException
/external/junit/src/org/junit/runner/notification/
H A DStoppedByUserException.java9 public class StoppedByUserException extends RuntimeException {
/external/emma/core/java12/com/vladium/util/asserts/
H A D$assert.java37 if (! condition) throw new RuntimeException (msg);
45 if (! condition) throw new RuntimeException ("ASSERTION FAILURE");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DRuntimeCryptoException.java7 extends RuntimeException
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DWarning.java22 public class Warning extends RuntimeException {
/external/smali/util/src/main/java/ds/tree/
H A DDuplicateKeyException.java33 public class DuplicateKeyException extends RuntimeException
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DFoo.java8 throw new RuntimeException("stub!");
12 throw new RuntimeException("stub!");
16 throw new RuntimeException("stub!");
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataInput.java52 throw new RuntimeException(ex.getMessage());
64 throw new RuntimeException(ex.getMessage());
76 throw new RuntimeException(ex.getMessage());
88 throw new RuntimeException(ex.getMessage());
100 throw new RuntimeException(ex.getMessage());
112 throw new RuntimeException(ex.getMessage());
124 throw new RuntimeException(ex.getMessage());
136 throw new RuntimeException(ex.getMessage());
148 throw new RuntimeException(ex.getMessage());
160 throw new RuntimeException(e
[all...]
H A DRuntimeDataOutput.java52 throw new RuntimeException(ex.getMessage());
65 throw new RuntimeException(ex.getMessage());
78 throw new RuntimeException(ex.getMessage());
91 throw new RuntimeException(ex.getMessage());
104 throw new RuntimeException(ex.getMessage());
117 throw new RuntimeException(ex.getMessage());
130 throw new RuntimeException(ex.getMessage());
143 throw new RuntimeException(ex.getMessage());
156 throw new RuntimeException(ex.getMessage());
169 throw new RuntimeException(e
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DAnalysisTimeoutException.java31 public class AnalysisTimeoutException extends RuntimeException {
H A DNonLLStarDecisionException.java33 public class NonLLStarDecisionException extends RuntimeException {
H A DAnalysisRecursionOverflowException.java31 public class AnalysisRecursionOverflowException extends RuntimeException {
/external/apache-http/src/org/apache/http/
H A DParseException.java50 public class ParseException extends RuntimeException {
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DDeserializationException.java10 public class DeserializationException extends RuntimeException {
H A DSerializationException.java10 public class SerializationException extends RuntimeException {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DSpecialFormat.java46 throw new RuntimeException("unsupported");
52 throw new RuntimeException("unsupported");
58 throw new RuntimeException("unsupported");
70 throw new RuntimeException("unsupported");
/external/javassist/sample/evolve/
H A DCannotCreateException.java6 public class CannotCreateException extends RuntimeException {
/external/javassist/src/main/javassist/tools/rmi/
H A DRemoteException.java22 public class RemoteException extends RuntimeException {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DIndexedItem.java47 * @throws RuntimeException thrown if the item index is not yet assigned
51 throw new RuntimeException("index not yet set");
59 * per instance, and this will throw a {@code RuntimeException} if
66 throw new RuntimeException("index already set");
/external/nist-sip/java/gov/nist/core/
H A DInternalErrorHandler.java42 public static void handleException(Exception ex) throws RuntimeException {
45 throw new RuntimeException("Unexpected internal error FIXME!! " + ex.getMessage(), ex);
56 throw new RuntimeException("Unexpected internal error FIXME!! " + ex.getMessage(), ex);
67 throw new RuntimeException(emsg);
75 throw new RuntimeException(emsg);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteCardinalityException.java34 public class RewriteCardinalityException extends RuntimeException {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DDebuggeeException.java31 public class DebuggeeException extends RuntimeException {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStoreException.java4 extends RuntimeException

Completed in 870 milliseconds

1234567891011>>