Package cloud.commandframework.services
Class PipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.commandframework.services.PipelineException
- All Implemented Interfaces:
Serializable
Wrapper for exceptions thrown during pipeline execution.
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineException(@NonNull Exception cause) Construct a new pipeline exceptionPipelineException(@NonNull String message, @NonNull Exception cause) Construct a new pipeline exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineException
Construct a new pipeline exception- Parameters:
cause- Cause of the exception
-
PipelineException
Construct a new pipeline exception- Parameters:
message- Message explaining the exceptioncause- Cause of the exception
-