Java java.lang InstantiationError fields, constructors, methods, implement or subclass

Example usage for Java java.lang InstantiationError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang InstantiationError.

The text is from its open source code.

Constructor

InstantiationError(String s)
Constructs an InstantiationError with the specified detail message.
InstantiationError()
Constructs an InstantiationError with no detail message.

Method

ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.