Added in API level 1
ClassFormatError
open class ClassFormatError : LinkageError
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.LinkageError | |||
| ↳ | java.lang.ClassFormatError | |||
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
Summary
| Public constructors | |
|---|---|
|
Constructs a |
|
ClassFormatError(s: String!)Constructs a |
|
Public constructors
ClassFormatError
Added in API level 1
ClassFormatError()
Constructs a ClassFormatError with no detail message.
ClassFormatError
Added in API level 1
ClassFormatError(s: String!)
Constructs a ClassFormatError with the specified detail message.
| Parameters | |
|---|---|
s |
String!: the detail message. |