Example usage for Java java.lang StackOverflowError fields, constructors, methods, implement or subclass
The text is from its open source code.
StackOverflowError(String s) Constructs a StackOverflowError with the specified detail message. |
Throwable | fillInStackTrace() Fills in the execution stack trace. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMessage() Returns the detail message string of this throwable. |
String | toString() Returns a short description of this throwable. |