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:
java.io.Serializable
@PublicApi public class StrictModeWiringException extends GraphQLException
An exception that is throw whenRuntimeWiring.Builder.strictMode()
orTypeRuntimeWiring.Builder.strictMode()
is true and something gets redefined.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StrictModeWiringException(java.lang.String msg)
-