Package org.moera.lib.node.carte
Class MoeraCartesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.node.carte.MoeraCartesException
- All Implemented Interfaces:
Serializable
This class represents an exception specific to operations related to cartes.
This exception is primarily used in the context of MoeraCarteSource
to signal errors encountered during carte-related operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoeraCartesException
(String message) Constructs a new MoeraCartesException with the specified detail message.MoeraCartesException
(String message, Throwable cause) Constructs a new MoeraCartesException with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoeraCartesException
Constructs a new MoeraCartesException with the specified detail message.- Parameters:
message
- the detail message that provides additional context about the exception
-
MoeraCartesException
Constructs a new MoeraCartesException with the specified detail message and cause.- Parameters:
message
- the detail message that provides additional context about the exceptioncause
- the cause of the exception, which may be used to retrieve the original error
-