Home
last modified time | relevance | path

Searched refs:ClassFormatError (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DClassFormatError.java35 public class ClassFormatError extends LinkageError { class
42 public ClassFormatError() { in ClassFormatError() method in ClassFormatError
52 public ClassFormatError(String s) { in ClassFormatError() method in ClassFormatError
DUnsupportedClassVersionError.java35 public class UnsupportedClassVersionError extends ClassFormatError {
DClassLoader.java854 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/
DClassFormatErrorTest.java32 new ClassFormatError(); in test_ClassFormatError()
39 ClassFormatError e = new ClassFormatError("Some Error Message"); in test_ClassFormatError_LString()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClassLoader.java71 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/
DGenericSignatureFormatError.java36 public class GenericSignatureFormatError extends ClassFormatError {
/libcore/luni/src/test/java/tests/java/lang/
DClassLoaderTest.java33 throws ClassFormatError { in defineClassWrapper()
/libcore/luni/src/test/java/libcore/java/lang/
DClassTest.java658 assertThrows(ClassFormatError.class, () -> cl.loadClass(className)); in assertClassFormatError()
/libcore/api/
Dcurrent.txt3158 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/
Dopenjdk_java_files.bp130 "ojluni/src/main/java/java/lang/ClassFormatError.java",
DEXPECTED_UPSTREAM136 …uni/src/main/java/java/lang/ClassFormatError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…