Name

ClassCircularityError

Synopsis

Signals that a circular dependency has been detected while performing initialization for a class.

java.lang.ClassCircularityError

Figure 10-12. java.lang.ClassCircularityError

public class ClassCircularityError extends LinkageError {
// Public Constructors
     public ClassCircularityError( );  
     public ClassCircularityError(String s);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.