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

12345

/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);
/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/libart/src/main/java/dalvik/system/
H A DTransactionAbortError.java33 * message filled in.
35 * @param detailMessage the detail message for the exception.
42 * Constructs a new {@code TransactionAbortError} with detail message and cause
45 * @param message the detail message for the exception.
48 private TransactionAbortError(String message, Throwable cause) { argument
49 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/xml/
H A DExpatException.java25 public ExpatException(String message) { argument
26 super(message);
/libcore/ojluni/src/main/java/java/io/
H A DIOException.java44 * as its error detail message.
51 * Constructs an {@code IOException} with the specified detail message.
53 * @param message
54 * The detail message (which is saved for later retrieval
57 public IOException(String message) { argument
58 super(message);
62 * Constructs an {@code IOException} with the specified detail message
65 * <p> Note that the detail message associated with {@code cause} is
67 * message.
69 * @param message
80 IOException(String message, Throwable cause) argument
[all...]
/libcore/ojluni/src/main/java/java/lang/
H A DAssertionError.java36 * has as its detail message the <i>string conversion</i> of
47 * Constructs an AssertionError with no detail message.
62 * Constructs an AssertionError with its detail message derived
70 * @param detailMessage value to be used in constructing detail message
80 * Constructs an AssertionError with its detail message derived
85 * @param detailMessage value to be used in constructing detail message
92 * Constructs an AssertionError with its detail message derived
97 * @param detailMessage value to be used in constructing detail message
104 * Constructs an AssertionError with its detail message derived
109 * @param detailMessage value to be used in constructing detail message
164 AssertionError(String message, Throwable cause) argument
[all...]
H A DIllegalArgumentException.java39 * detail message.
47 * specified detail message.
49 * @param s the detail message.
56 * Constructs a new exception with the specified detail message and
59 * <p>Note that the detail message associated with <code>cause</code> is
61 * message.
63 * @param message the detail message (which is saved for later retrieval
71 public IllegalArgumentException(String message, Throwable cause) { argument
72 super(message, caus
[all...]
H A DIllegalStateException.java40 * Constructs an IllegalStateException with no detail message.
41 * A detail message is a String that describes this particular exception.
49 * message. A detail message is a String that describes this particular
52 * @param s the String that contains a detailed message
59 * Constructs a new exception with the specified detail message and
62 * <p>Note that the detail message associated with <code>cause</code> is
64 * message.
66 * @param message the detail message (whic
74 IllegalStateException(String message, Throwable cause) argument
[all...]
H A DInternalError.java39 * Constructs an <code>InternalError</code> with no detail message.
47 * detail message.
49 * @param message the detail message.
51 public InternalError(String message) { argument
52 super(message);
58 * message and cause. <p>Note that the detail message associated
60 * this error's detail message.
62 * @param message th
70 InternalError(String message, Throwable cause) argument
[all...]
H A DReflectiveOperationException.java40 * message. The cause is not initialized, and may subsequently be
48 * Constructs a new exception with the specified detail message.
52 * @param message the detail message. The detail message is saved for
55 public ReflectiveOperationException(String message) { argument
56 super(message);
60 * Constructs a new exception with the specified detail message
63 * <p>Note that the detail message associated with
65 * this exception's detail message
74 ReflectiveOperationException(String message, Throwable cause) argument
[all...]
H A DSecurityException.java39 * Constructs a <code>SecurityException</code> with no detail message.
47 * detail message.
49 * @param s the detail message.
57 * detail message and cause.
59 * @param message the detail message (which is saved for later retrieval
66 public SecurityException(String message, Throwable cause) { argument
67 super(message, cause);
72 * and a detail message of <tt>(cause==null ? null : cause.toString())</tt>
73 * (which typically contains the class and detail message o
[all...]
H A DUnsupportedOperationException.java40 * Constructs an UnsupportedOperationException with no detail message.
47 * detail message.
49 * @param message the detail message
51 public UnsupportedOperationException(String message) { argument
52 super(message);
56 * Constructs a new exception with the specified detail message and
59 * <p>Note that the detail message associated with <code>cause</code> is
61 * message.
63 * @param message th
71 UnsupportedOperationException(String message, Throwable cause) argument
[all...]
H A DVirtualMachineError.java40 * Constructs a <code>VirtualMachineError</code> with no detail message.
48 * detail message.
50 * @param message the detail message.
52 public VirtualMachineError(String message) { argument
53 super(message);
58 * detail message and cause. <p>Note that the detail message
60 * incorporated in this error's detail message.
62 * @param message th
70 VirtualMachineError(String message, Throwable cause) argument
[all...]
/libcore/ojluni/src/main/java/java/lang/annotation/
H A DAnnotationFormatError.java44 * detail message.
46 * @param message the detail message.
48 public AnnotationFormatError(String message) { argument
49 super(message);
54 * detail message and cause. Note that the detail message associated
56 * this error's detail message.
58 * @param message the detail message
62 AnnotationFormatError(String message, Throwable cause) argument
[all...]
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DGenericSignatureFormatError.java49 * specified message.
51 * @param message the detail message, may be {@code null}
53 public GenericSignatureFormatError(String message) { argument
54 super(message);
/libcore/ojluni/src/main/java/java/security/
H A DDigestException.java38 * Constructs a DigestException with no detail message. (A
39 * detail message is a String that describes this particular
48 * message. (A detail message is a String that describes this
51 * @param msg the detail message.
59 * detail message and cause.
61 * @param message the detail message (which is saved for later retrieval
68 public DigestException(String message, Throwable cause) { argument
69 super(message, caus
[all...]
H A DGeneralSecurityException.java41 * Constructs a GeneralSecurityException with no detail message.
49 * message.
50 * A detail message is a String that describes this particular
53 * @param msg the detail message.
61 * detail message and cause.
63 * @param message the detail message (which is saved for later retrieval
70 public GeneralSecurityException(String message, Throwable cause) { argument
71 super(message, cause);
76 * and a detail message o
[all...]
H A DInvalidAlgorithmParameterException.java47 * message.
48 * A detail message is a String that describes this particular
57 * detail message.
58 * A detail message is a String that describes this
61 * @param msg the detail message.
69 * specified detail message and cause.
71 * @param message the detail message (which is saved for later retrieval
78 public InvalidAlgorithmParameterException(String message, Throwable cause) { argument
79 super(message, caus
[all...]
H A DInvalidKeyException.java41 * Constructs an InvalidKeyException with no detail message. A
42 * detail message is a String that describes this particular
51 * message. A detail message is a String that describes this
54 * @param msg the detail message.
62 * detail message and cause.
64 * @param message the detail message (which is saved for later retrieval
71 public InvalidKeyException(String message, Throwable cause) { argument
72 super(message, caus
[all...]
H A DKeyException.java43 * Constructs a KeyException with no detail message. A detail
44 * message is a String that describes this particular exception.
51 * Constructs a KeyException with the specified detail message.
52 * A detail message is a String that describes this particular
55 * @param msg the detail message.
63 * detail message and cause.
65 * @param message the detail message (which is saved for later retrieval
72 public KeyException(String message, Throwable cause) { argument
73 super(message, caus
[all...]
H A DKeyManagementException.java51 * Constructs a KeyManagementException with no detail message. A
52 * detail message is a String that describes this particular
61 * message. A detail message is a String that describes this
64 * @param msg the detail message.
72 * detail message and cause.
74 * @param message the detail message (which is saved for later retrieval
81 public KeyManagementException(String message, Throwable cause) { argument
82 super(message, caus
[all...]

Completed in 343 milliseconds

12345