Class ConsoleCommandInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.engine.exception.ConsoleCommandInvocationException
- All Implemented Interfaces:
Serializable
Exception thrown when a console command cannot be completed or
an exception occurs during a console command invocation.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleCommandInvocationException(String message) ConsoleCommandInvocationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConsoleCommandInvocationException
public ConsoleCommandInvocationException() -
ConsoleCommandInvocationException
-
ConsoleCommandInvocationException
-
ConsoleCommandInvocationException
-