No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.LinkageError | |||
| ↳ | java.lang.ClassFormatError | |||
Known Direct Subclasses
|
Thrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new
ClassFormatError that includes the current stack trace.
|
||||||||||
|
|
Constructs a new
ClassFormatError with the current stack trace and the specified detail message.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Constructs a new ClassFormatError that includes the current stack trace.
Constructs a new ClassFormatError with the current stack trace and the specified detail message.
| detailMessage | the detail message for this error. |
|---|