is the superclass of all classes that represent unrecoverable errors. When errors are thrown, they should not be caught by application code.
- See also
- Throwable
-
Exception
-
RuntimeException
◆ Error() [1/2]
java.lang.Error.Error |
( |
| ) |
|
|
inline |
Constructs a new
that includes the current stack trace.
◆ Error() [2/2]
java.lang.Error.Error |
( |
String |
detailMessage | ) |
|
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
- Parameters
-
detailMessage | the detail message for this error. |
The documentation for this class was generated from the following file: