Home
last modified time | relevance | path

Searched refs:AnnotationFormatError (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationFormatErrorTest.java20 import java.lang.annotation.AnnotationFormatError;
33 AnnotationFormatError e = new AnnotationFormatError("some message"); in test_constructorLjava_lang_String()
42 AnnotationFormatError e = new AnnotationFormatError(iae); in test_constructorLjava_lang_Throwable()
52 AnnotationFormatError e = new AnnotationFormatError("some message", iae); in test_constructorLjava_lang_StringLjava_lang_Throwable()
/libcore/ojluni/src/main/java/java/lang/annotation/
DAnnotationFormatError.java39 public class AnnotationFormatError extends Error { class
49 public AnnotationFormatError(String message) { in AnnotationFormatError() method in AnnotationFormatError
63 public AnnotationFormatError(String message, Throwable cause) { in AnnotationFormatError() method in AnnotationFormatError
77 public AnnotationFormatError(Throwable cause) { in AnnotationFormatError() method in AnnotationFormatError
/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java30 import java.lang.annotation.AnnotationFormatError;
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DAnnotatedElement.annotated.java30 import java.lang.annotation.AnnotationFormatError;
/libcore/
Dopenjdk_java_files.bp104 "ojluni/src/main/java/java/lang/annotation/AnnotationFormatError.java",
DEXPECTED_UPSTREAM233 …/lang/annotation/AnnotationFormatError.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes/java/…
/libcore/api/
Dcurrent.txt4678 public class AnnotationFormatError extends java.lang.Error {
4679 ctor public AnnotationFormatError(String);
4680 ctor public AnnotationFormatError(String, Throwable);
4681 ctor public AnnotationFormatError(Throwable);