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