Package one.tranic.t.base.exception
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.tranic.t.base.exception.CommandException
- All Implemented Interfaces:
Serializable
A custom exception that represents errors occurring during the execution
or processing of commands in the application.
This exception is a subclass of RuntimeException and is designed to signal command-specific failures
that developers or users need to be made aware of.
This exception can be used in scenarios where command validation, execution, or configuration fails or encounters issues.
Developers can provide additional details about the failure by using the constructor that accepts a message.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
-
CommandException
public CommandException() -
CommandException
-