Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.workbench.common.command.client.exception.CommandException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadCommandArgumentsException
public class CommandException extends RuntimeException
Base exception type for runtime command errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(String message, Command<?,?> command)CommandException(Command<?,?> command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> Tcast()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-