Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassFormatError.java37 class ClassFormatError extends LinkageError { class
43 public ClassFormatError() { in ClassFormatError() method in ClassFormatError
53 public ClassFormatError(String s) { in ClassFormatError() method in ClassFormatError
DUnsupportedClassVersionError.java36 class UnsupportedClassVersionError extends ClassFormatError {
DClassLoader.java451 throws ClassFormatError in defineClass()
515 throws ClassFormatError in defineClass()
589 throws ClassFormatError in defineClass()
658 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/api/
Dcurrent.txt2898 public class ClassFormatError extends java.lang.LinkageError {
2899 ctor public ClassFormatError();
2900 ctor public ClassFormatError(String);
2907 …eprecated protected final Class<?> defineClass(byte[], int, int) throws java.lang.ClassFormatError;
2908 …d protected final Class<?> defineClass(String, byte[], int, int) throws java.lang.ClassFormatError;
2909 …eClass(String, byte[], int, int, java.security.ProtectionDomain) throws java.lang.ClassFormatError;
2910 …ass(String, java.nio.ByteBuffer, java.security.ProtectionDomain) throws java.lang.ClassFormatError;
4124 public class UnsupportedClassVersionError extends java.lang.ClassFormatError {
4534 public class GenericSignatureFormatError extends java.lang.ClassFormatError {
/libcore/
Dopenjdk_java_files.bp127 "ojluni/src/main/java/java/lang/ClassFormatError.java",