/dalvik/dx/src/com/android/dx/cf/code/ |
SimException.java | 30 public SimException(Throwable cause) { 34 public SimException(String message, Throwable cause) {
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ParseException.java | 30 public ParseException(Throwable cause) { 34 public ParseException(String message, Throwable cause) {
|
/dalvik/dx/src/com/android/dx/util/ |
MutabilityException.java | 30 public MutabilityException(Throwable cause) { 34 public MutabilityException(String message, Throwable cause) {
|
/external/apache-http/src/org/apache/http/client/ |
ClientProtocolException.java | 50 public ClientProtocolException(Throwable cause) { 54 public ClientProtocolException(String message, Throwable cause) {
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
ServiceException.java | 45 public ServiceException(final Throwable cause) { 49 public ServiceException(final String message, final Throwable cause) {
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
MutabilityException.java | 28 public MutabilityException(Throwable cause) { 32 public MutabilityException(String message, Throwable cause) {
|
/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);
|
/frameworks/uiautomator/core/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) {
|