java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gg.xp.xivapi.exceptions.XivApiException
gg.xp.xivapi.exceptions.XivApiDeserializationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XivApiMissingNodeException
General exception for when we are trying to deserialize a response and something goes wrong with that.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXivApiDeserializationException(String message) XivApiDeserializationException(String message, Throwable cause) XivApiDeserializationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XivApiDeserializationException
public XivApiDeserializationException() -
XivApiDeserializationException
-
XivApiDeserializationException
-
XivApiDeserializationException
-
XivApiDeserializationException
-