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
public abstract class InvalidXmlException extends IOException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvalidXmlException.InvalidAttributeDeclarationException
static class
InvalidXmlException.InvalidEmptyTagException
-
Constructor Summary
Constructors Modifier Constructor Description protected
InvalidXmlException(CharSequence message, char unexpectedChar, CharSequence xml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParsedXmlSoFar()
char
getUnexpectedChar()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidXmlException
protected InvalidXmlException(CharSequence message, char unexpectedChar, CharSequence xml)
-
-
Method Detail
-
getUnexpectedChar
public char getUnexpectedChar()
-
getParsedXmlSoFar
public String getParsedXmlSoFar()
-
-