Searched defs:LinkageError (Results 1 - 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ | ||
H A D | LinkageError.java | 29 * Subclasses of {@code LinkageError} indicate that a class has 38 class LinkageError extends Error { class in inherits:Error 42 * Constructs a {@code LinkageError} with no detail message. 44 public LinkageError() { method in class:LinkageError 49 * Constructs a {@code LinkageError} with the specified detail 54 public LinkageError(String s) { method in class:LinkageError 59 * Constructs a {@code LinkageError} with the specified detail 66 public LinkageError(String s, Throwable cause) { method in class:LinkageError |
Completed in 83 milliseconds