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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DClassNotFoundException.java25 public class ClassNotFoundException extends Exception { class in inherits:Exception
32 * Constructs a new {@code ClassNotFoundException} that includes the current
37 public ClassNotFoundException() { method in class:ClassNotFoundException
42 * Constructs a new {@code ClassNotFoundException} with the current stack
49 public ClassNotFoundException(String detailMessage) { method in class:ClassNotFoundException
54 * Constructs a new {@code ClassNotFoundException} with the current stack
64 public ClassNotFoundException(String detailMessage, Throwable exception) { method in class:ClassNotFoundException

Completed in 302 milliseconds