Class CommandNotFinishedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.mafelp.utils.exceptions.CommandNotFinishedException
- All Implemented Interfaces:
Serializable
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
ConstructorDescriptionCommandNotFinishedException(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
-
Constructor Details
-
CommandNotFinishedException
The exception that is being created and thrown.- Parameters:
message
- The message that should be displayed in non-debug-mode.
-