Package org.jxmpp.xml.splitter
Class InvalidXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jxmpp.xml.splitter.InvalidXmlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidXmlException.InvalidAttributeDeclarationException
,InvalidXmlException.InvalidEmptyTagException
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ModifierConstructorDescriptionprotected
InvalidXmlException
(CharSequence message, char unexpectedChar, CharSequence xml) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidXmlException
-
-
Method Details
-
getUnexpectedChar
-
getParsedXmlSoFar
-