Class NoSuchCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.context.exception.NoSuchCommandException
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NoSuchCommandException extends CoreException
Throw when a command was given on the terminal that does not exist.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchCommandException

      public NoSuchCommandException(String command)
      Parameters:
      command - the requested command that was missing.