Class AttachmentFetchFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.sympho.modular_commands.api.exception.CommandException
dev.sympho.modular_commands.api.command.parameter.parse.AttachmentFetchFailedException
All Implemented Interfaces:
Serializable

public class AttachmentFetchFailedException extends CommandException
Exception raised when fetching an attachment argument fails.
Since:
1.0
Version:
1.0
See Also:
  • Constructor Details

    • AttachmentFetchFailedException

      public AttachmentFetchFailedException(String message)
      Creates a new instance.
      Parameters:
      message - The error message.
  • Method Details