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