Searched defs:ClassFormatError (Results 1 - 1 of 1) 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

Completed in 54 milliseconds