public class UnresolvedVariableCallException extends IllegalArgumentException
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
UnresolvedVariableCallException(String variableName) |
UnresolvedVariableCallException(String message,
String variableName) |
Modifier and Type | Method and Description |
---|---|
String |
getVariableName()
Get the unresolved variable name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnresolvedVariableCallException(String message, String variableName)
public UnresolvedVariableCallException(String variableName)
public String getVariableName()