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