public class UnresolvableTagError
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnresolvableTagError(java.lang.String tag,
boolean multi)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag()
Get the key which couldn't be resolved.
|
TagReference |
getTagReference()
Get the tag reference.
|
boolean |
isMulti()
Is the given tag for a multiple insertion.
|
public UnresolvableTagError(@NotNull java.lang.String tag, boolean multi)
tag - tag which couldn't be resolved@NotNull public TagReference getTagReference()
@NotNull public java.lang.String getTag()
public boolean isMulti()
true: the tag is for a multiple insertionfalse: the tag is for a simple insertion