Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 95) sorted by relevance

1234

/libcore/luni/src/main/java/org/xml/sax/
DSAXException.java54 public SAXException (String message) { in SAXException()
84 public SAXException (String message, Exception e) in SAXException()
102 String message = super.getMessage(); in getMessage() local
DSAXParseException.java57 public SAXParseException (String message, Locator locator) { in SAXParseException()
83 public SAXParseException (String message, Locator locator, in SAXParseException()
116 public SAXParseException (String message, String publicId, String systemId, in SAXParseException()
148 public SAXParseException (String message, String publicId, String systemId, in SAXParseException()
DSAXNotSupportedException.java45 public SAXNotSupportedException (String message) in SAXNotSupportedException()
DSAXNotRecognizedException.java45 public SAXNotRecognizedException (String message) in SAXNotRecognizedException()
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java183 String message = "Explicit termination method '" + closer + "' not called"; in open() local
208 String message = in warnIfOpen() local
219 public void report (String message, Throwable allocationSite); in report()
226 @Override public void report (String message, Throwable allocationSite) { in report()
/libcore/luni/src/main/java/java/util/
DServiceConfigurationError.java31 public ServiceConfigurationError(String message) { in ServiceConfigurationError()
40 public ServiceConfigurationError(String message, Throwable cause) { in ServiceConfigurationError()
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java124 public TransformerException(String message) { in TransformerException()
155 public TransformerException(String message, Throwable e) { in TransformerException()
175 public TransformerException(String message, SourceLocator locator) { in TransformerException()
191 public TransformerException(String message, SourceLocator locator, in TransformerException()
210 String message = super.getMessage(); in getMessageAndLocation() local
DTransformerConfigurationException.java78 public TransformerConfigurationException(String message, in TransformerConfigurationException()
91 public TransformerConfigurationException(String message, in TransformerConfigurationException()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThrowableTest.java24 String message = "Test message"; in test_ConstructorLStringLThrowable() local
62 public TestThrowable(String message) { in TestThrowable()
72 String message = "Test message"; in test_getStackTrace() local
80 String message = "Test message"; in test_initCause() local
/libcore/luni/src/main/java/java/lang/annotation/
DAnnotationFormatError.java38 public AnnotationFormatError(String message) { in AnnotationFormatError()
50 public AnnotationFormatError(String message, Throwable cause) { in AnnotationFormatError()
/libcore/luni/src/main/java/java/lang/
DReflectiveOperationException.java36 public ReflectiveOperationException(String message) { in ReflectiveOperationException()
50 public ReflectiveOperationException(String message, Throwable cause) { in ReflectiveOperationException()
DSystem.java532 public static void logE(String message) { in logE()
539 public static void logE(String message, Throwable th) { in logE()
546 public static void logI(String message) { in logI()
553 public static void logI(String message, Throwable th) { in logI()
560 public static void logW(String message) { in logW()
567 public static void logW(String message, Throwable th) { in logW()
571 private static native void log(char type, String message, Throwable th); in log()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DMalformedHprofException.java25 MalformedHprofException(String message) { in MalformedHprofException()
28 MalformedHprofException(String message, Throwable cause) { in MalformedHprofException()
/libcore/luni/src/main/java/java/security/
DAccessControlException.java37 public AccessControlException(String message) { in AccessControlException()
50 public AccessControlException(String message, Permission perm) { in AccessControlException()
/libcore/luni/src/main/java/java/util/concurrent/
DExecutionException.java35 protected ExecutionException(String message) { in ExecutionException()
47 public ExecutionException(String message, Throwable cause) { in ExecutionException()
DRejectedExecutionException.java34 public RejectedExecutionException(String message) { in RejectedExecutionException()
46 public RejectedExecutionException(String message, Throwable cause) { in RejectedExecutionException()
DCancellationException.java31 public CancellationException(String message) { in CancellationException()
/libcore/luni/src/test/java/libcore/java/net/
DOldHttpRetryExceptionTest.java25 String [] message = {"Test message", "", "Message", "~!@#$% &*(", null}; in test_ConstructorLStringI() local
38 String [] message = {"Test message", "", "Message", "~!@#$% &*(", null}; in test_ConstructorLStringILString() local
/libcore/luni/src/test/java/libcore/xml/
DDeclarationTest.java82 String message = "This implementation doesn't parse the encoding from the XML declaration"; in testGetXmlEncoding() local
88 String message = "This implementation doesn't parse the version from the XML declaration"; in testGetXmlVersion() local
94 String message = "This implementation doesn't parse standalone from the XML declaration"; in testGetXmlStandalone() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java73 … String message = "getInstance(" + (algorithm == null ? "null" : "\"" + algorithm + "\"") + ")"; in testGetInstanceString() local
116 String message = "getInstance(\"" + combination[0] + "\", \"" + combination[1] + "\")"; in testGetInstanceStringString() local
161 String message = "getInstance(" + in testGetInstanceStringProvider() local
212 String message = "generatePublic(" + in testGeneratePublic() local
262 String message = "generatePrivate(" + in testGeneratePrivate() local
303 String message = "getKeySpec(" + key.toString() + ", " + keySpec.toString() + ")"; in testGetKeySpec() local
340 String message = "getKeySpec(" + in testGetKeySpec() local
404 String message = "translateKey(" + in testTranslateKey() local
590 …private void checkException(String message, Exception thrown, Class<? extends Exception> expected)… in checkException()
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatException.java25 public ExpatException(String message) { in ExpatException()
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DASN1Exception.java35 public ASN1Exception(String message){ in ASN1Exception()
/libcore/luni/src/main/java/javax/crypto/
DAEADBadTagException.java40 public AEADBadTagException(String message) { in AEADBadTagException()
/libcore/dex/src/main/java/com/android/dex/
DDexException.java26 public DexException(String message) { in DexException()
/libcore/luni/src/main/java/javax/security/auth/
DDestroyFailedException.java39 public DestroyFailedException(String message) { in DestroyFailedException()

1234