/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 )
|
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/ |
JSilverException.java | 28 protected JSilverException(String message, Throwable cause) {
|
/external/junit/src/junit/framework/ |
TestListener.java | 10 public void addError(Test test, Throwable t);
|
/external/junit/src/org/junit/runners/ |
AllTests.java | 21 public AllTests(Class<?> klass) throws Throwable {
|
/external/mockito/src/org/mockito/ |
ReturnValues.java | 36 Object valueFor(InvocationOnMock invocation) throws Throwable;
|
/external/mockito/src/org/mockito/internal/exceptions/ |
ExceptionIncludingMockitoWarnings.java | 10 public ExceptionIncludingMockitoWarnings(String message, Throwable throwable) {
11 super(message, throwable);
|
/external/mockito/src/org/mockito/invocation/ |
MockHandler.java | 29 * @throws Throwable Throwable
32 Object handle(Invocation invocation) throws Throwable;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPStackTimerTask.java | 30 } catch (Throwable e) {
|
/external/nist-sip/java/javax/sip/ |
DialogDoesNotExistException.java | 11 public DialogDoesNotExistException(String message, Throwable cause) {
|