java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gg.xp.xivapi.exceptions.XivApiException
gg.xp.xivapi.exceptions.XivApiDeserializationException
gg.xp.xivapi.exceptions.XivApiMissingNodeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXivApiMissingNodeException(String messageBase, @Nullable com.fasterxml.jackson.databind.JsonNode node, Type fieldType, @Nullable Method method) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XivApiMissingNodeException
-
-
Method Details
-
getMessageBase
-
getNode
public com.fasterxml.jackson.databind.JsonNode getNode() -
getFieldType
-
getMethod
-