public class GComponentException extends GException
Constructor and Description |
---|
GComponentException(String message)
Constructor with only one String as argument.
|
GComponentException(String message,
Throwable cause)
Constructor when propagating another exception.
|
GComponentException(Throwable cause)
Constructor when propagating another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GComponentException(String message)
message
- error message.public GComponentException(String message, Throwable cause)
message
- error message.cause
- of the exception.public GComponentException(Throwable cause)
cause
- of the exception.Copyright © 2024. All rights reserved.