public abstract class GError extends Error
Constructor and Description |
---|
GError()
Constructs a new error with null as its detail message.
|
GError(String message)
Constructs a new error with the specified detail message.
|
GError(String message,
Throwable cause)
Constructor when propagating another exception.
|
GError(Throwable cause)
Constructor when propagating another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GError()
public GError(String message)
message
- the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.public GError(String message, Throwable cause)
message
- error message.cause
- of the exception.public GError(Throwable cause)
cause
- of the exception.Copyright © 2024. All rights reserved.