Class Error

public class Error
extends Throwable

// Superclass of AssertionError
See the official Java API doc for details.

Constructors

Error()
Error(String, Throwable)
Error(String)
Error(Throwable)