Example usage for Java java.lang InstantiationError fields, constructors, methods, implement or subclass
The text is from its open source code.
InstantiationError(String s) Constructs an InstantiationError with the specified detail message. | |
InstantiationError() Constructs an InstantiationError with no detail message. |
Throwable | initCause(Throwable cause) Initializes the cause of this throwable to the specified value. |