public class UnexpectedXmlElementException
extends java.lang.Exception
| Constructor and Description |
|---|
UnexpectedXmlElementException(java.lang.Class<?> expectedDomElement,
java.lang.Object actualObject)
Initialize new exception with the expected and actual element type.
|