Class CommandNotFinishedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.mafelp.utils.exceptions.CommandNotFinishedException
All Implemented Interfaces:
Serializable

public class CommandNotFinishedException extends Exception
The exception class that will be thrown when a command has not ended yet, aka. there is an uneven number of quotation marks.
See Also:
Serialized Form
  • Constructor Details

    • CommandNotFinishedException

      public CommandNotFinishedException(String message)
      The exception that is being created and thrown.
      Parameters:
      message - The message that should be displayed in non-debug-mode.