Package io.protostuff

Class XmlInputException

All Implemented Interfaces:
Serializable

public class XmlInputException extends ProtostuffException
Thrown when an xml-encoded message being parsed is invalid in some way.
See Also:
  • Field Details

  • Constructor Details

    • XmlInputException

      public XmlInputException(String message)
    • XmlInputException

      public XmlInputException(XMLStreamException cause)