Class CommandFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.alex1304.ultimategdbot.api.command.CommandFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParamConversionException

public class CommandFailedException
extends java.lang.RuntimeException
Thrown when something goes wrong during the execution of a command.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CommandFailedException()  
    CommandFailedException​(java.lang.String message)  
    CommandFailedException​(java.lang.String message, java.lang.Throwable cause)  
    CommandFailedException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    CommandFailedException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait