Class JsonGeneratorXml.UnrecognisedElementException

All Implemented Interfaces:
Serializable
Enclosing class:
JsonGeneratorXml

public static class JsonGeneratorXml.UnrecognisedElementException extends JsonGeneratorXml.ElementException
This class implements an unchecked exception that is thrown in response to an unrecognised XML element.
See Also:
  • Constructor Details

    • UnrecognisedElementException

      public UnrecognisedElementException(Element element)
      Creates a new instance of an exception that is associated with the specified XML element.
      Parameters:
      element - the XML element that will be associated with this exception.