Class ConsoleCommandInvocationException

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

public class ConsoleCommandInvocationException extends RuntimeException
Exception thrown when a console command cannot be completed or an exception occurs during a console command invocation.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ConsoleCommandInvocationException

      public ConsoleCommandInvocationException()
    • ConsoleCommandInvocationException

      public ConsoleCommandInvocationException(String message, Throwable cause)
    • ConsoleCommandInvocationException

      public ConsoleCommandInvocationException(String message)
    • ConsoleCommandInvocationException

      public ConsoleCommandInvocationException(Throwable cause)