Package org.jboss.as.cli
Class CommandLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.cli.CommandLineException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CliInitializationException
,CommandFormatException
,CommandRegistry.RegisterHandlerException
public class CommandLineException extends Exception
- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineException(String message)
CommandLineException(String message, Throwable cause)
CommandLineException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-