Example usage for Java java.lang ClassFormatError fields, constructors, methods, implement or subclass
The text is from its open source code.
ClassFormatError() Constructs a ClassFormatError with no detail message. | |
ClassFormatError(String s) Constructs a ClassFormatError with the specified detail message. |
String | getMessage() Returns the detail message string of this throwable. |