Class GraphQLAnnotationsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.annotations.processor.exceptions.GraphQLAnnotationsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidDirectiveLocationException
public class GraphQLAnnotationsException extends java.lang.RuntimeExceptionA base class for runtime exceptions that can happen during annotation introspection- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphQLAnnotationsException(java.lang.String message, java.lang.Throwable cause)GraphQLAnnotationsException(java.lang.Throwable cause)
-