Module ultimategdbot.api
Class CommandFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParamConversionException
public class CommandFailedException extends RuntimeException
Thrown when something goes wrong during the execution of a command.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandFailedException()
CommandFailedException(String message)
CommandFailedException(String message, Throwable cause)
CommandFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CommandFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandFailedException
public CommandFailedException()
-
CommandFailedException
public CommandFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
CommandFailedException
public CommandFailedException(String message)
-
CommandFailedException
public CommandFailedException(Throwable cause)
-
-