Class CommandNotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wbs.utils.exceptions.CommandNotImplementedException
All Implemented Interfaces:
Serializable

public class CommandNotImplementedException extends RuntimeException
Marks WbsCommands that were implemented incorrectly and have no onCommand defined
See Also:
  • Constructor Details

    • CommandNotImplementedException

      public CommandNotImplementedException()