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

/libcore/luni/src/main/java/java/lang/
H A DLinkageError.java22 * {@code LinkageError} is the superclass of all error classes that occur when
27 public class LinkageError extends Error { class in inherits:Error
32 * Constructs a new {@code LinkageError} that includes the current stack
35 public LinkageError() { method in class:LinkageError
39 * Constructs a new {@code LinkageError} with the current stack trace and
45 public LinkageError(String detailMessage) { method in class:LinkageError
50 * Constructs a new {@code LinkageError} with the given detail message and cause.
53 public LinkageError(String detailMessage, Throwable cause) { method in class:LinkageError

Completed in 829 milliseconds