public class DeserializationNotSupportedException extends IOException
IParseContext.deserialize(java.lang.Class, IParseContext, org.w3c.dom.Node)
method and the like to indicate that the deserialization failed.| Constructor and Description |
|---|
DeserializationNotSupportedException()
Initializes a new instance of the
DeserializationNotSupportedException class. |
DeserializationNotSupportedException(String message)
Initializes a new instance of the
DeserializationNotSupportedException class with the given message. |
DeserializationNotSupportedException(String message,
Throwable inner)
Initializes a new instance of the
DeserializationNotSupportedException class with the given message and inner
exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeserializationNotSupportedException()
DeserializationNotSupportedException class.public DeserializationNotSupportedException(String message)
DeserializationNotSupportedException class with the given message.message - The message.public DeserializationNotSupportedException(String message, Throwable inner)
DeserializationNotSupportedException class with the given message and inner
exception.message - The message.inner - The inner exception.