All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError
LinkageError
indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class.
LinkageError
with no detail message.
LinkageError
with the specified detail
message.
public LinkageError()
LinkageError
with no detail message.
public LinkageError(String s)
LinkageError
with the specified detail
message.
All Packages Class Hierarchy This Package Previous Next Index