public class UnresolvedParameterReferenceException
extends java.lang.RuntimeException
Future note: this is currently a runtime exception, however, an explicit exception handling might be useful in some situations.
| Constructor and Description |
|---|
UnresolvedParameterReferenceException(ParameterRef[] parameterReferences,
java.lang.String value)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRef[] |
getParameterReferences()
Returns all parameter references found in the value of the attribute.
|
java.lang.String |
getValue()
The value of the attribute containing the parameter references.
|
public UnresolvedParameterReferenceException(ParameterRef[] parameterReferences, java.lang.String value)
parameterReferences - The parameter references.value - The value string containing the unresolved reference.public ParameterRef[] getParameterReferences()
public java.lang.String getValue()