|
|
Exception Description
|
|
|
Subclasses of 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.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
LinkageError
public LinkageError(
)
Constructs a LinkageError with no detail message.
LinkageError
public LinkageError(
String s
)
Constructs a LinkageError with the specified detail
message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|