/external/droiddriver/src/com/google/android/droiddriver/exceptions/ |
DroidDriverException.java | 30 public DroidDriverException(Throwable cause) { 34 public DroidDriverException(String message, Throwable cause) {
|
TimeoutException.java | 29 public TimeoutException(Throwable cause) { 33 public TimeoutException(String message, Throwable cause) {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
UncheckedTimeoutException.java | 32 public UncheckedTimeoutException(Throwable cause) { 36 public UncheckedTimeoutException(String message, Throwable cause) {
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ExecutionException.java | 31 public ExecutionException(String message, Throwable cause) { 35 public ExecutionException(Throwable cause) {
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/exceptions/ |
BlenderFileException.java | 59 * @param throwable
62 public BlenderFileException(Throwable throwable) {
63 super(throwable);
70 * @param throwable
73 public BlenderFileException(String message, Throwable throwable) {
74 super(message, throwable);
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
UnsupportedCollisionException.java | 44 public UnsupportedCollisionException(Throwable arg0) { 48 public UnsupportedCollisionException(String arg0, Throwable arg1) {
|
/external/junit/src/org/junit/internal/runners/model/ |
ReflectiveCallable.java | 13 public Object run() throws Throwable { 21 protected abstract Object runReflectiveCall() throws Throwable;
|
/external/junit/src/org/junit/rules/ |
Verifier.java | 32 public void evaluate() throws Throwable { 43 protected void verify() throws Throwable {
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthException.java | 40 public OAuthException(Throwable cause) { 48 public OAuthException(String message, Throwable cause) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
I18nException.java | 10 public I18nException(String arg0, Throwable arg1) { 18 public I18nException(Throwable arg0) {
|
/frameworks/base/keystore/java/android/security/ |
KeyChainException.java | 51 public KeyChainException(String message, Throwable cause) { 62 public KeyChainException(Throwable cause) {
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaRecorderStopException.java | 36 public MediaRecorderStopException(String msg, Throwable t) { 40 public MediaRecorderStopException(Throwable t) {
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeBasicsTest.java | 94 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 99 protected void injectObjectAndReload(final Object object, final String name) throws Throwable { 111 private void assertRaisesException(String script) throws Throwable { 121 public void testTypeOfInjectedObject() throws Throwable { 125 public void testAdditionNotReflectedUntilReload() throws Throwable { 144 public void testRemovalNotReflectedUntilReload() throws Throwable { 164 public void testRemoveObjectNotAdded() throws Throwable { 176 public void testTypeOfMethod() throws Throwable { 181 public void testTypeOfInvalidMethod() throws Throwable { 185 public void testCallingInvalidMethodRaisesException() throws Throwable { [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/ |
MmsException.java | 47 public MmsException(Throwable cause) { 57 public MmsException(String message, Throwable cause) {
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiObjectNotFoundException.java | 38 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { 39 super(detailMessage, throwable); 45 public UiObjectNotFoundException(Throwable throwable) { 46 super(throwable);
|
/libcore/crypto/src/main/java/org/conscrypt/util/ |
EmptyArray.java | 33 public static final Throwable[] THROWABLE = new Throwable[0];
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
MalformedHprofException.java | 28 MalformedHprofException(String message, Throwable cause) { 31 MalformedHprofException(Throwable cause) {
|
/libcore/luni/src/main/java/java/io/ |
IOException.java | 57 public IOException(String message, Throwable cause) { 68 public IOException(Throwable cause) {
|
/libcore/luni/src/main/java/java/lang/ |
IllegalArgumentException.java | 56 public IllegalArgumentException(String message, Throwable cause) { 68 public IllegalArgumentException(Throwable cause) {
|
IllegalStateException.java | 56 public IllegalStateException(String message, Throwable cause) { 68 public IllegalStateException(Throwable cause) {
|
ReflectiveOperationException.java | 43 public ReflectiveOperationException(Throwable cause) { 50 public ReflectiveOperationException(String message, Throwable cause) {
|
RuntimeException.java | 55 * @param throwable 58 public RuntimeException(String detailMessage, Throwable throwable) { 59 super(detailMessage, throwable); 66 * @param throwable 69 public RuntimeException(Throwable throwable) { 70 super(throwable);
|
SecurityException.java | 55 public SecurityException(String message, Throwable cause) { 67 public SecurityException(Throwable cause) {
|
UnsupportedOperationException.java | 55 public UnsupportedOperationException(String message, Throwable cause) { 67 public UnsupportedOperationException(Throwable cause) {
|
/libcore/luni/src/main/java/java/lang/annotation/ |
AnnotationFormatError.java | 50 public AnnotationFormatError(String message, Throwable cause) { 62 public AnnotationFormatError(Throwable cause) {
|