Class CommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandException
    extends java.lang.RuntimeException
    Exception that should be thrown if something went wrong during executing commands
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CommandException()  
        CommandException​(java.lang.String message)  
        CommandException​(java.lang.String message, java.lang.Throwable cause)  
      protected CommandException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
        CommandException​(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
    • Constructor Detail

      • CommandException

        public CommandException()
      • CommandException

        public CommandException​(java.lang.String message)
      • CommandException

        public CommandException​(java.lang.String message,
                                java.lang.Throwable cause)
      • CommandException

        public CommandException​(java.lang.Throwable cause)
      • CommandException

        protected CommandException​(java.lang.String message,
                                   java.lang.Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)