Package io.protostuff
Class XmlInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.protostuff.ProtostuffException
-
- io.protostuff.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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-