Searched defs:message (Results 1 - 25 of 133) sorted by relevance

123456

/dalvik/dx/src/junit/framework/
H A DAssertionFailedError.java10 public AssertionFailedError (String message) { argument
11 super (message);
/dalvik/libcore/archive/src/main/native/
H A Dzip.c25 throwNewIllegalStateException (JNIEnv * env, const char *message) argument
27 jniThrowException(env, "java/lang/IllegalStateException", message);
34 throwNewIllegalArgumentException (JNIEnv * env, const char *message) argument
36 jniThrowException(env, "java/lang/IllegalArgumentException", message);
/dalvik/libcore/icu/src/main/native/
H A DErrorCode.cpp23 const char* message = u_errorName(errorCode); local
30 return jniThrowException(env, "java/lang/IllegalArgumentException", message);
33 return jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", message);
35 return jniThrowException(env, "java/lang/UnsupportedOperationException", message);
37 return jniThrowRuntimeException(env, message);
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DAssertionFailedError.java10 public AssertionFailedError (String message) { argument
11 super (message);
/dalvik/tests/021-string2/src/junit/framework/
H A DAssertionFailedError.java10 public AssertionFailedError (String message) { argument
11 super (message);
/dalvik/tests/082-inline-execute/src/junit/framework/
H A DAssertionFailedError.java10 public AssertionFailedError (String message) { argument
11 super (message);
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DCoreTestTimeout.java26 * Creates a new instance with the given message.
28 public CoreTestTimeout(String message) { argument
29 super(message);
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
H A DCryptoException.java17 * create a CryptoException with the given message.
19 * @param message the message to be carried with the exception.
22 String message)
24 super(message);
21 CryptoException( String message) argument
H A DDataLengthException.java20 * create a DataLengthException with the given message.
22 * @param message the message to be carried with the exception.
25 String message)
27 super(message);
24 DataLengthException( String message) argument
H A DInvalidCipherTextException.java5 * message.
18 * create a InvalidCipherTextException with the given message.
20 * @param message the message to be carried with the exception.
23 String message)
25 super(message);
22 InvalidCipherTextException( String message) argument
H A DRuntimeCryptoException.java17 * create a RuntimeCryptoException with the given message.
19 * @param message the message to be carried with the exception.
22 String message)
24 super(message);
21 RuntimeCryptoException( String message) argument
/dalvik/libcore/xml/src/main/java/org/xml/sax/
H A DSAXNotRecognizedException.java42 * Construct a new exception with the given message.
44 * @param message The text message of the exception.
46 public SAXNotRecognizedException (String message) argument
48 super(message);
H A DSAXNotSupportedException.java33 * Construct a new exception with no message.
42 * Construct a new exception with the given message.
44 * @param message The text message of the exception.
46 public SAXNotSupportedException (String message) argument
48 super(message);
/dalvik/dx/src/com/android/dx/util/
H A DMutabilityException.java24 public MutabilityException(String message) { argument
25 super(message);
32 public MutabilityException(String message, Throwable cause) { argument
33 super(message, cause);
H A DWarning.java26 * @param message human-oriented message
28 public Warning(String message) { argument
29 super(message);
/dalvik/libcore/annotation/src/main/java/java/lang/annotation/
H A DAnnotationFormatError.java33 * Constructs an instance with the message provided.
35 * @param message
38 public AnnotationFormatError(String message) { argument
39 super(message);
43 * Constructs an instance with a message and a cause.
45 * @param message
50 public AnnotationFormatError(String message, Throwable cause) { argument
51 super(message, cause);
57 * error's message.
/dalvik/libcore/auth/src/main/java/javax/security/auth/
H A DDestroyFailedException.java37 * @param message
38 * A detail message that describes the reason for this exception.
40 public DestroyFailedException(String message) { argument
41 super(message);
/dalvik/libcore/auth/src/main/java/javax/security/auth/login/
H A DLoginException.java37 * Creates a new exception instance and initializes it with a given message.
39 * @param message the error message
41 public LoginException(String message) { argument
42 super(message);
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DBrokenBarrierException.java25 * message.
31 * detail message.
33 * @param message the detail message
35 public BrokenBarrierException(String message) { argument
36 super(message);
H A DCancellationException.java21 * Constructs a <tt>CancellationException</tt> with no detail message.
27 * message.
29 * @param message the detail message
31 public CancellationException(String message) { argument
32 super(message);
H A DExecutionException.java22 * Constructs an <tt>ExecutionException</tt> with no detail message.
30 * message. The cause is not initialized, and may subsequently be
33 * @param message the detail message
35 protected ExecutionException(String message) { argument
36 super(message);
41 * message and cause.
43 * @param message the detail message
47 public ExecutionException(String message, Throwabl argument
[all...]
H A DRejectedExecutionException.java20 * Constructs a <tt>RejectedExecutionException</tt> with no detail message.
28 * specified detail message. The cause is not initialized, and may
32 * @param message the detail message
34 public RejectedExecutionException(String message) { argument
35 super(message);
40 * specified detail message and cause.
42 * @param message the detail message
46 public RejectedExecutionException(String message, Throwabl argument
[all...]
H A DTimeoutException.java25 * message.
31 * message.
33 * @param message the detail message
35 public TimeoutException(String message) { argument
36 super(message);
/dalvik/libcore/luni/src/main/java/java/lang/
H A DIllegalArgumentException.java38 * trace and the specified detail message.
41 * the detail message for this exception.
49 * trace, the specified detail message and the specified cause.
51 * @param message
52 * the detail message for this exception.
57 public IllegalArgumentException(String message, Throwable cause) { argument
58 super(message, cause);
H A DIllegalStateException.java38 * trace and the specified detail message.
41 * the detail message for this exception.
49 * trace, the specified detail message and the specified cause.
51 * @param message
52 * the detail message for this exception.
57 public IllegalStateException(String message, Throwable cause) { argument
58 super(message, cause);

Completed in 7273 milliseconds

123456