Searched refs:ClassFormatError (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | ClassFormatError.java | 37 class ClassFormatError extends LinkageError { class 43 public ClassFormatError() { in ClassFormatError() method in ClassFormatError 53 public ClassFormatError(String s) { in ClassFormatError() method in ClassFormatError
|
D | UnsupportedClassVersionError.java | 36 class UnsupportedClassVersionError extends ClassFormatError {
|
D | ClassLoader.java | 451 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/ |
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/api/ |
D | current.txt | 2898 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/ |
D | openjdk_java_files.bp | 127 "ojluni/src/main/java/java/lang/ClassFormatError.java",
|