public class MissingAttributeException
extends java.lang.Exception
Exception thrown if an attribute key does not exist.| Constructor and Description |
|---|
MissingAttributeException(@NotNull java.lang.String tagName,
@NotNull java.lang.String attributeKey)
Creates a new instance.
|