Class JsonGeneratorXml.NoNameAttributeException

All Implemented Interfaces:
Serializable
Enclosing class:
JsonGeneratorXml

public static class JsonGeneratorXml.NoNameAttributeException extends JsonGeneratorXml.ElementException
This class implements an unchecked exception that is thrown in response to an XML element that is a member of an <object> element but has no name attribute.
See Also:
  • Constructor Details

    • NoNameAttributeException

      public NoNameAttributeException(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.