Class ConsoleVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.engine.exception.ConsoleVariableException
- All Implemented Interfaces:
Serializable
Exception thrown when a console variable cannot be set/retrieved or
an exception occurs during a set/get.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleVariableException(String message) ConsoleVariableException(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
-
ConsoleVariableException
public ConsoleVariableException() -
ConsoleVariableException
-
ConsoleVariableException
-
ConsoleVariableException
-