Class PipelineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.commandframework.services.PipelineException
All Implemented Interfaces:
Serializable

public final class PipelineException extends RuntimeException
Wrapper for exceptions thrown during pipeline execution.
See Also:
  • Constructor Details

    • PipelineException

      public PipelineException(@NonNull Exception cause)
      Construct a new pipeline exception
      Parameters:
      cause - Cause of the exception
    • PipelineException

      public PipelineException(@NonNull String message, @NonNull Exception cause)
      Construct a new pipeline exception
      Parameters:
      message - Message explaining the exception
      cause - Cause of the exception