Package org.jboss.as.cli.parsing
Class CommandSubstitutionException
- 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.CommandSubstitutionException
-
- All Implemented Interfaces:
Serializable
public class CommandSubstitutionException extends UnresolvedExpressionException
- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandSubstitutionException(String expr)CommandSubstitutionException(String expr, String msg)CommandSubstitutionException(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
-
-