Package io.protostuff

Class XmlInputException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlInputException​(java.lang.String message)  
      XmlInputException​(javax.xml.stream.XMLStreamException cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlInputException

        public XmlInputException​(java.lang.String message)
      • XmlInputException

        public XmlInputException​(javax.xml.stream.XMLStreamException cause)