Package org.jboss.as.cli.operation
Class OperationFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.cli.CommandLineException
-
- org.jboss.as.cli.CommandFormatException
-
- org.jboss.as.cli.operation.OperationFormatException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingEndCharacterException
public class OperationFormatException extends CommandFormatException
- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationFormatException(String message)OperationFormatException(String message, Throwable cause)OperationFormatException(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
-
OperationFormatException
public OperationFormatException(String message, Throwable cause)
- Parameters:
message-cause-
-
OperationFormatException
public OperationFormatException(String message)
- Parameters:
message-
-
OperationFormatException
public OperationFormatException(Throwable cause)
- Parameters:
cause-
-
-