Searched refs:ClassFormatError (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | ClassFormatError.java | 35 public class ClassFormatError extends LinkageError { class 42 public ClassFormatError() { in ClassFormatError() method in ClassFormatError 52 public ClassFormatError(String s) { in ClassFormatError() method in ClassFormatError
|
D | UnsupportedClassVersionError.java | 35 public class UnsupportedClassVersionError extends ClassFormatError {
|
D | ClassLoader.java | 854 throws ClassFormatError in defineClass() 927 throws ClassFormatError in defineClass() 1006 throws ClassFormatError in defineClass() 1083 throws ClassFormatError in defineClass()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ClassFormatErrorTest.java | 32 new ClassFormatError(); in test_ClassFormatError() 39 ClassFormatError e = new ClassFormatError("Some Error Message"); in test_ClassFormatError_LString()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | ClassLoader.java | 71 throws java.lang.ClassFormatError { in defineClass() 76 java.lang.String name, byte[] b, int off, int len) throws java.lang.ClassFormatError { in defineClass() 86 throws java.lang.ClassFormatError { in defineClass() 94 throws java.lang.ClassFormatError { in defineClass()
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | GenericSignatureFormatError.java | 36 public class GenericSignatureFormatError extends ClassFormatError {
|
/libcore/luni/src/test/java/tests/java/lang/ |
D | ClassLoaderTest.java | 33 throws ClassFormatError { in defineClassWrapper()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ClassTest.java | 658 assertThrows(ClassFormatError.class, () -> cl.loadClass(className)); in assertClassFormatError()
|
/libcore/api/ |
D | current.txt | 3158 public class ClassFormatError extends java.lang.LinkageError { 3159 ctor public ClassFormatError(); 3160 ctor public ClassFormatError(String); 3167 …eprecated protected final Class<?> defineClass(byte[], int, int) throws java.lang.ClassFormatError; 3168 …d protected final Class<?> defineClass(String, byte[], int, int) throws java.lang.ClassFormatError; 3169 …eClass(String, byte[], int, int, java.security.ProtectionDomain) throws java.lang.ClassFormatError; 3170 …ass(String, java.nio.ByteBuffer, java.security.ProtectionDomain) throws java.lang.ClassFormatError; 4508 public class UnsupportedClassVersionError extends java.lang.ClassFormatError { 5067 public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
/libcore/ |
D | openjdk_java_files.bp | 130 "ojluni/src/main/java/java/lang/ClassFormatError.java",
|
D | EXPECTED_UPSTREAM | 136 …uni/src/main/java/java/lang/ClassFormatError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
|