Package org.jboss.as.cli.parsing
Class UnresolvedVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.cli.CommandLineException
-
- org.jboss.as.cli.CommandFormatException
-
- org.jboss.as.cli.parsing.UnresolvedExpressionException
-
- org.jboss.as.cli.parsing.UnresolvedVariableException
-
- All Implemented Interfaces:
Serializable
public class UnresolvedVariableException extends UnresolvedExpressionException
- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvedVariableException(String variable)UnresolvedVariableException(String expr, String msg)UnresolvedVariableException(String expr, String msg, Throwable t)
-
Method Summary
-
Methods inherited from class org.jboss.as.cli.parsing.UnresolvedExpressionException
getExpression
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-