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

1234

/libcore/luni/src/main/java/java/util/
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/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/dex/src/main/java/com/android/dex/
H A DDexException.java26 public DexException(String message) { argument
27 super(message);
/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);
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSException.java30 public LSException(short code, String message) { argument
31 super(message);
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerConfigurationException.java29 * detail message.
37 * the <code>String </code> specified as an error message.
39 * @param msg The error message for the exception.
58 * given <code>Exception</code> base cause and detail message.
62 * @param msg The detail message.
69 * Create a new TransformerConfigurationException from a message and a Locator.
75 * @param message The error or warning message.
78 public TransformerConfigurationException(String message, argument
80 super(message, locato
91 TransformerConfigurationException(String message, SourceLocator locator, Throwable e) argument
[all...]
/libcore/dalvik/src/main/java/dalvik/system/
H A DCloseGuard.java183 String message = "Explicit termination method '" + closer + "' not called";
184 allocationSite = new Throwable(message);
208 String message =
212 REPORTER.report(message, allocationSite);
219 public void report (String message, Throwable allocationSite); argument
226 @Override public void report (String message, Throwable allocationSite) { argument
227 System.logW(message, allocationSite);

Completed in 1920 milliseconds

1234