Class CommandNotFinishedException

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

public class CommandNotFinishedException
extends java.lang.RuntimeException
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 Summary

    Constructors
    Constructor Description
    CommandNotFinishedException​(java.lang.String message)
    The exception that is being created and thrown.
  • 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 Details

    • CommandNotFinishedException

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