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
Exception raised when fetching an attachment argument fails.
- Since:
- 1.0
- Version:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachmentFetchFailedException
Creates a new instance.- Parameters:
message- The error message.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-