Module gg.xp.xivapi

Class XivApiMissingNodeException

All Implemented Interfaces:
Serializable

public class XivApiMissingNodeException extends XivApiDeserializationException
See Also:
  • Constructor Details

    • XivApiMissingNodeException

      public XivApiMissingNodeException(String messageBase, @Nullable @Nullable com.fasterxml.jackson.databind.JsonNode node, Type fieldType, @Nullable @Nullable Method method)
  • Method Details

    • getMessageBase

      public String getMessageBase()
    • getNode

      public com.fasterxml.jackson.databind.JsonNode getNode()
    • getFieldType

      public Type getFieldType()
    • getMethod

      public Method getMethod()