Class XmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.xmlparser.XmlException
-
- All Implemented Interfaces:
Serializable
public class XmlException extends Exception
Exception thrown when the XML containing person data is malformed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlException(String xml, String message)XmlException(String xml, String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-