Searched refs:message (Results 1 - 25 of 112) sorted by relevance

12345

/libcore/luni/src/main/java/java/util/
H A DIllformedLocaleException.java31 * Constructs a new instance with no detail message and an error index
39 * Constructs a new instance with the specified error message.
41 public IllformedLocaleException(String message) { argument
42 this(message, -1);
46 * Constructs a new instance with the specified error message and
49 public IllformedLocaleException(String message, int errorIndex) { argument
50 super(message);
H A DServiceConfigurationError.java28 * Constructs a new error with the given detail message.
29 * @param message the detail message, or null
31 public ServiceConfigurationError(String message) { argument
32 super(message);
36 * Constructs a new error with the given detail message and cause.
37 * @param message the detail message, or null
40 public ServiceConfigurationError(String message, Throwable cause) { argument
41 super(message, caus
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatException.java25 public ExpatException(String message) { argument
26 super(message);
/libcore/luni/src/main/java/org/xml/sax/
H A DSAXNotRecognizedException.java41 * Construct a new exception with the given message.
43 * @param message The text message of the exception.
45 public SAXNotRecognizedException (String message) argument
47 super(message);
H A DSAXNotSupportedException.java33 * Construct a new exception with no message.
41 * Construct a new exception with the given message.
43 * @param message The text message of the exception.
45 public SAXNotSupportedException (String message) argument
47 super(message);
H A DSAXException.java52 * @param message The error or warning message.
54 public SAXException (String message) { argument
55 super(message);
64 * one, and its message will become the default message for
79 * one, but the new exception will have its own message.</p>
81 * @param message The detail message.
84 public SAXException (String message, Exceptio argument
[all...]
/libcore/dex/src/main/java/com/android/dex/
H A DDexIndexOverflowException.java23 public DexIndexOverflowException(String message) { argument
24 super(message);
H A DDexException.java26 public DexException(String message) { argument
27 super(message);
/libcore/luni/src/main/java/java/util/concurrent/
H A DBrokenBarrierException.java24 * message.
30 * detail message.
32 * @param message the detail message
34 public BrokenBarrierException(String message) { argument
35 super(message);
H A DCancellationException.java21 * Constructs a {@code CancellationException} with no detail message.
27 * message.
29 * @param message the detail message
31 public CancellationException(String message) { argument
32 super(message);
H A DTimeoutException.java25 * message.
31 * message.
33 * @param message the detail message
35 public TimeoutException(String message) { argument
36 super(message);
H A DExecutionException.java22 * Constructs an {@code ExecutionException} 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 {@code RejectedExecutionException} 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...]
/libcore/luni/src/main/java/javax/crypto/
H A DAEADBadTagException.java38 * {@code message}.
40 public AEADBadTagException(String message) { argument
41 super(message);
/libcore/luni/src/main/java/javax/security/auth/
H A DDestroyFailedException.java36 * @param message
37 * A detail message that describes the reason for this exception.
39 public DestroyFailedException(String message) { argument
40 super(message);
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DMalformedHprofException.java25 MalformedHprofException(String message) { argument
26 super(message);
28 MalformedHprofException(String message, Throwable cause) { argument
29 super(message, cause);
/libcore/luni/src/main/java/java/lang/
H A DReflectiveOperationException.java28 * Constructs a new exception with no detail message.
34 * Constructs a new exception with the given detail message.
36 public ReflectiveOperationException(String message) { argument
37 super(message);
48 * Constructs a new exception with the given detail message and cause.
50 public ReflectiveOperationException(String message, Throwable cause) { argument
51 super(message, cause);
/libcore/luni/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.
/libcore/luni/src/main/java/java/security/
H A DAccessControlException.java32 * given message.
34 * @param message
35 * the detail message for this exception.
37 public AccessControlException(String message) { argument
38 super(message);
43 * given message and the requested {@code Permission} which was not granted.
45 * @param message
46 * the detail message for the exception.
50 public AccessControlException(String message, Permission perm) { argument
51 super(message);
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DInvalidClassExceptionTest.java30 final String message = "A message";
33 throw new InvalidClassException(message);
38 assertTrue("Incorrect message read", e.getMessage().equals(message));
47 final String message = "A message";
51 throw new InvalidClassException(className, message);
57 assertTrue("Incorrect message read: " + e.getMessage(),
59 && returnedMessage.indexOf(message) >
[all...]
/libcore/luni/src/main/java/javax/security/auth/login/
H A DLoginException.java36 * Creates a new exception instance and initializes it with a given message.
38 * @param message the error message
40 public LoginException(String message) { argument
41 super(message);
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathExpressionException.java37 * <p>Constructs a new <code>XPathExpressionException</code> with the specified detail <code>message</code>.</p>
41 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
43 * @param message The detail message.
45 public XPathExpressionException(String message) { argument
46 super(message);
H A DXPathFactoryConfigurationException.java37 * <p>Constructs a new <code>XPathFactoryConfigurationException</code> with the specified detail <code>message</code>.</p>
41 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
43 * @param message The detail message.
45 public XPathFactoryConfigurationException(String message) { argument
46 super(message);
H A DXPathFunctionException.java37 * <p>Constructs a new <code>XPathFunctionException</code> with the specified detail <code>message</code>.</p>
41 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
43 * @param message The detail message.
45 public XPathFunctionException(String message) { argument
46 super(message);
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Exception.java35 public ASN1Exception(String message){ argument
36 super(message);

Completed in 2282 milliseconds

12345