Package graphql.schema.idl.errors
Class StrictModeWiringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.schema.idl.errors.StrictModeWiringException
- All Implemented Interfaces:
Serializable
An exception that is throw when
RuntimeWiring.Builder.strictMode(boolean)
or TypeRuntimeWiring.Builder.strictMode(boolean)
is true and
something gets redefined.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StrictModeWiringException
-