Class CommandLoadException

    • Constructor Detail

      • CommandLoadException

        public CommandLoadException​(Class<? extends Command> c,
                                    Exception e)
        Constructs a CommandLoadException
        Parameters:
        c - the class of the command
        e - the exception thrown in the initializing process