/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ClickListenerTest.java | 23 public void testClickContentOnLink() throws Throwable { 37 public void testClickContentOnJSListener1() throws Throwable { 52 public void testClickContentOnJSListener2() throws Throwable {
|
/external/easymock/src/org/easymock/internal/ |
IMocksControlState.java | 22 Object invoke(Invocation invocation) throws Throwable;
28 void andThrow(Throwable throwable);
36 void andStubThrow(Throwable throwable);
|
/external/emma/core/java12/com/vladium/emma/ |
EMMAException.java | 57 public EMMAException (final Throwable cause) 68 public EMMAException (final String message, final Throwable cause) 82 public EMMAException (final String message, final Object [] arguments, final Throwable cause)
|
EMMARuntimeException.java | 57 public EMMARuntimeException (final Throwable cause) 68 public EMMARuntimeException (final String message, final Throwable cause) 82 public EMMARuntimeException (final String message, final Object [] arguments, final Throwable cause)
|
/libcore/luni/src/main/java/java/lang/ |
AssertionError.java | 39 public AssertionError(String detailMessage, Throwable cause) { 46 * is an instance of {@link Throwable}, then it also becomes the cause of 55 if (detailMessage instanceof Throwable) { 56 initCause((Throwable) detailMessage);
|
/cts/tests/tests/jni/src/android/jni/cts/ |
JniTestCase.java | 30 protected void runTest() throws Throwable {
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
DxUtil.java | 34 public static void checkVerifyException(Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/ |
Test_opc_return.java | 56 } catch (Throwable t) { 69 } catch (Throwable t) { 82 } catch (Throwable t) { 95 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/ |
Test_return_wide.java | 55 } catch (Throwable t) { 68 } catch (Throwable t) { 81 } catch (Throwable t) { 94 } catch (Throwable t) {
|
/external/apache-http/src/org/apache/http/ |
MethodNotSupportedException.java | 61 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt> 62 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt> 64 public MethodNotSupportedException(final String message, final Throwable cause) {
|
ProtocolException.java | 66 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt> 67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt> 69 public ProtocolException(String message, Throwable cause) {
|
/external/apache-http/src/org/apache/http/auth/ |
InvalidCredentialsException.java | 65 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt> 66 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt> 68 public InvalidCredentialsException(String message, Throwable cause) {
|
/external/apache-http/src/org/apache/http/client/ |
CircularRedirectException.java | 64 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt> 65 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt> 67 public CircularRedirectException(String message, Throwable cause) {
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
OperatorCreationException.java | 6 public OperatorCreationException(String msg, Throwable cause)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
InvalidCipherTextException.java | 36 Throwable cause)
|
/external/droiddriver/src/com/google/android/droiddriver/exceptions/ |
ActionException.java | 28 public ActionException(String message, Throwable cause) {
|
/external/emma/core/java12/com/vladium/util/exception/ |
IThrowableWrapper.java | 31 * Gets the Throwable being wrapped. This method signature is the same as 32 * Throwable.getCause() in J2SE 1.4. 34 * @return Throwable being wrapped by this object [can be null]. 36 Throwable getCause ();
|
/external/guava/guava/src/com/google/common/collect/ |
ComputationException.java | 32 public ComputationException(Throwable cause) {
|
/external/javassist/src/main/javassist/bytecode/ |
BadBytecode.java | 30 public BadBytecode(String msg, Throwable cause) {
|
/external/javassist/src/main/javassist/util/proxy/ |
MethodHandler.java | 44 * @throws Throwable if the method invocation fails. 47 Object[] args) throws Throwable;
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetLoadException.java | 14 public AssetLoadException(String message, Throwable cause){
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
SystemListener.java | 88 * @param t Throwable object, or null. 90 public void handleError(String errorMsg, Throwable t);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
ClientStateListener.java | 66 public Throwable error;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
ConnectorException.java | 45 public ConnectorException( String message, Throwable cause )
|
KernelException.java | 45 public KernelException( String message, Throwable cause )
|