public class Error extends Throwable
| Constructor and Description |
|---|
Error()
Constructs an Error with no specified detail message.
|
Error(String s)
Constructs an Error with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic Error()
public Error(String s)