Package com.shopify.graphql.support
Class SchemaViolationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.shopify.graphql.support.SchemaViolationError
-
- All Implemented Interfaces:
Serializable
public class SchemaViolationError extends Exception
Created by dylansmith on 2016-08-17.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaViolationError(AbstractResponse object, String field, com.google.gson.JsonElement value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
AbstractResponse
getObject()
com.google.gson.JsonElement
getValue()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchemaViolationError
public SchemaViolationError(AbstractResponse object, String field, com.google.gson.JsonElement value)
-
-
Method Detail
-
getObject
public AbstractResponse getObject()
-
getField
public String getField()
-
getValue
public com.google.gson.JsonElement getValue()
-
-