Added in API level 1
    ClassCircularityError
open class ClassCircularityError : LinkageError
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.LinkageError | |||
| ↳ | java.lang.ClassCircularityError | |||
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
Summary
| Public constructors | |
|---|---|
| Constructs a  | |
| Constructs a  | |
Public constructors
ClassCircularityError
Added in API level 1
      ClassCircularityError()
Constructs a ClassCircularityError with no detail message.
ClassCircularityError
Added in API level 1
      ClassCircularityError(s: String!)
Constructs a ClassCircularityError with the specified detail message.
| Parameters | |
|---|---|
| s | String!: The detail message | 
