Searched refs:RuntimeException (Results 101 - 125 of 866) sorted by relevance

1234567891011>>

/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java57 throw new RuntimeException("Not initialiazed");
66 throw new RuntimeException("Not initialiazed");
74 throw new RuntimeException("Not initialiazed");
82 throw new RuntimeException("Not initialiazed");
93 throw new RuntimeException("Not initialiazed");
101 throw new RuntimeException("Not initialiazed");
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DLocalTunnelBridge.java38 throw new RuntimeException("Protocol error on server", e);
92 throw new RuntimeException("Protocol error on client" + e);
147 throw new RuntimeException("Invalid packet");
162 throw new RuntimeException("Invalid packet");
176 throw new RuntimeException("Invalid packet");
184 throw new RuntimeException("Empty packet");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DRobolectricInternals.java32 throw new RuntimeException(e);
34 throw new RuntimeException(e);
36 throw new RuntimeException(e);
38 throw new RuntimeException(e);
85 throw new RuntimeException("already expecting a direct call on <" + expectedInstance + "> but here's a new request for <" + shadowedObject + ">");
98 throw new RuntimeException("expected to perform direct call on <" + expectedInstance + "> but got <" + directInstance + ">");
H A DRobolectricClassLoader.java42 throw new RuntimeException(e);
44 throw new RuntimeException(e);
73 throw new RuntimeException(e);
/external/guava/guava/src/com/google/common/base/
H A DThrowables.java66 * instance of {@link RuntimeException} or {@link Error}. Example usage:
74 * throw new RuntimeException("unexpected", t);
80 propagateIfInstanceOf(throwable, RuntimeException.class);
85 * instance of {@link RuntimeException}, {@link Error}, or
94 * throw new RuntimeException("unexpected", t);
110 * instance of {@link RuntimeException}, {@link Error}, {@code declaredType1},
132 * {@link RuntimeException} or {@link Error}, or else as a last resort, wraps
133 * it in a {@code RuntimeException} then propagates.
135 * This method always throws an exception. The {@code RuntimeException} return
154 public static RuntimeException propagat
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DProtectionSpecificHeader.java11 import java.lang.RuntimeException;
47 throw new RuntimeException(e);
49 throw new RuntimeException(e);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h89 class RuntimeException : public Exception { class in namespace:sfntly
91 RuntimeException() throw() : Exception("Runtime exception") {} function in class:sfntly::RuntimeException
92 explicit RuntimeException(const char* message) throw() function in class:sfntly::RuntimeException
94 virtual ~RuntimeException() throw() {}
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DVariableSizeInsn.java41 throw new RuntimeException("unsupported");
H A DZeroSizeInsn.java54 throw new RuntimeException("unsupported");
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java173 } catch (RuntimeException ex) {
186 * @throws RuntimeException thrown if the offset is not yet known
190 throw new RuntimeException("offset not yet known");
201 * @throws RuntimeException thrown if the offset is not yet known
205 throw new RuntimeException("offset not yet known");
233 throw new RuntimeException("already written");
/external/javassist/src/main/javassist/bytecode/
H A DParameterAnnotationsAttribute.java114 throw new RuntimeException(e.toString());
135 throw new RuntimeException(e.toString());
164 throw new RuntimeException(e); // should never reach here.
185 throw new RuntimeException(e);
/external/javassist/src/main/javassist/runtime/
H A DDesc.java55 throw new RuntimeException(
68 throw new RuntimeException("$sig: internal error");
80 throw new RuntimeException("$type: internal error");
155 // "new RuntimeException(e)" is not available in JDK 1.3.
156 throw new RuntimeException(e.getMessage());
/external/javassist/src/main/javassist/tools/reflect/
H A DCannotInvokeException.java29 public class CannotInvokeException extends RuntimeException {
H A DMetaobject.java164 throw new RuntimeException(e.toString());
167 throw new RuntimeException(e.toString());
184 throw new RuntimeException(e.toString());
187 throw new RuntimeException(e.toString());
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTAlt.java36 throw new RuntimeException("Cannot change TAlt text.");
H A DTAnd.java36 throw new RuntimeException("Cannot change TAnd text.");
H A DTAssignment.java36 throw new RuntimeException("Cannot change TAssignment text.");
H A DTAutoescape.java36 throw new RuntimeException("Cannot change TAutoescape text.");
H A DTBang.java36 throw new RuntimeException("Cannot change TBang text.");
H A DTBracketClose.java36 throw new RuntimeException("Cannot change TBracketClose text.");
H A DTBracketOpen.java36 throw new RuntimeException("Cannot change TBracketOpen text.");
H A DTCall.java36 throw new RuntimeException("Cannot change TCall text.");
H A DTComma.java36 throw new RuntimeException("Cannot change TComma text.");
H A DTCommentStart.java36 throw new RuntimeException("Cannot change TCommentStart text.");
H A DTContentType.java36 throw new RuntimeException("Cannot change TContentType text.");

Completed in 388 milliseconds

1234567891011>>