java.lang
public class ClassCircularityError extends LinkageError
ClassCircularityError
is thrown when a circular dependency
has been detected while initializing a class. This signals binary
incompatible versions of class files, as the compiler normally catches this.
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ClassCircularityError()
Create an error without a message. | |
ClassCircularityError(String s)
Create an error with a message.
|
Parameters: s the message