The constructors of Java.Lang.Error are listed below. For a list of all members, see the Error Members list.
See Also: Inherited members from Java.Lang.Throwable
Error() | Constructs a new Error that includes the current stack trace. | |
Constructs a new Error with the current stack trace and the specified cause. | ||
Constructs a new Error with the current stack trace and the specified detail message. | ||
Constructs a new Error with the current stack trace, the specified detail message and the specified cause. |