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