Class XmlInputException

All Implemented Interfaces:
Serializable

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

    • XmlInputException

      public XmlInputException(String message)
    • XmlInputException

      public XmlInputException(XMLStreamException cause)