Class ConsoleVariableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.engine.exception.ConsoleVariableException
All Implemented Interfaces:
Serializable

public class ConsoleVariableException extends RuntimeException
Exception thrown when a console variable cannot be set/retrieved or an exception occurs during a set/get.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ConsoleVariableException

      public ConsoleVariableException()
    • ConsoleVariableException

      public ConsoleVariableException(String message, Throwable cause)
    • ConsoleVariableException

      public ConsoleVariableException(String message)
    • ConsoleVariableException

      public ConsoleVariableException(Throwable cause)