Package com.fifa.connectid.sdk.core
Class XmlDeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.XmlDeserializationException
-
- All Implemented Interfaces:
Serializable
public class XmlDeserializationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlDeserializationException(String xml, String message, XmlValidationError[] xmlValidationErrors)XmlDeserializationException(String xml, String message, Throwable innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXml()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-