Package graphql.annotations.directives
Class InvalidDirectiveLocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.annotations.processor.exceptions.GraphQLAnnotationsException
-
- graphql.annotations.directives.InvalidDirectiveLocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDirectiveLocationException extends GraphQLAnnotationsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDirectiveLocationException(java.lang.String message, java.lang.Throwable cause)
-