Searched refs:ClassFormatError (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DClassFormatError.java24 public class ClassFormatError extends LinkageError { class in inherits:LinkageError
29 * Constructs a new {@code ClassFormatError} that includes the current stack
32 public ClassFormatError() { method in class:ClassFormatError
36 * Constructs a new {@code ClassFormatError} with the current stack trace
42 public ClassFormatError(String detailMessage) { method in class:ClassFormatError
H A DUnsupportedClassVersionError.java24 public class UnsupportedClassVersionError extends ClassFormatError {
H A DVMClassLoader.java79 throws ClassFormatError;
82 throws ClassFormatError;
H A DClassLoader.java215 * @throws ClassFormatError
225 throws ClassFormatError {
245 * @throws ClassFormatError
253 throws ClassFormatError {
279 * @throws ClassFormatError
290 ProtectionDomain protectionDomain) throws java.lang.ClassFormatError {
310 * @throws ClassFormatError
317 ProtectionDomain protectionDomain) throws ClassFormatError {
/libcore/luni/src/main/java/java/lang/reflect/
H A DGenericSignatureFormatError.java26 public class GenericSignatureFormatError extends ClassFormatError {

Completed in 342 milliseconds