Package org.jxmpp.xml.splitter
Class InvalidXmlException.InvalidAttributeDeclarationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jxmpp.xml.splitter.InvalidXmlException
-
- org.jxmpp.xml.splitter.InvalidXmlException.InvalidAttributeDeclarationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InvalidXmlException
public static final class InvalidXmlException.InvalidAttributeDeclarationException extends InvalidXmlException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jxmpp.xml.splitter.InvalidXmlException
InvalidXmlException.InvalidAttributeDeclarationException, InvalidXmlException.InvalidEmptyTagException
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InvalidXmlException.InvalidAttributeDeclarationException
create(char c, CharSequence xml)
-
Methods inherited from class org.jxmpp.xml.splitter.InvalidXmlException
getParsedXmlSoFar, getUnexpectedChar
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
create
public static InvalidXmlException.InvalidAttributeDeclarationException create(char c, CharSequence xml)
-
-