Searched defs:NoClassDefFoundError (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DNoClassDefFoundError.java24 public class NoClassDefFoundError extends LinkageError { class in inherits:LinkageError
29 * Constructs a new {@code NoClassDefFoundError} that includes the current
32 public NoClassDefFoundError() { method in class:NoClassDefFoundError
36 * Constructs a new {@code NoClassDefFoundError} with the current stack
42 public NoClassDefFoundError(String detailMessage) { method in class:NoClassDefFoundError

Completed in 55 milliseconds