Class UnsupportedLinkImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apollographql.federation.graphqljava.exceptions.UnsupportedLinkImportException
- All Implemented Interfaces:
Serializable
Exception thrown when processing invalid `@link` import definitions.
Unsupported imports:
- specifying object import without specifying String name
- specifying object rename that is not a String
- attempting to import definition that is not a String nor an object definition
- attempting to import
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedLinkImportException(graphql.language.Value importedDefinition) UnsupportedLinkImportException(String importedDefinition, int minVersion, int version) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedLinkImportException
public UnsupportedLinkImportException(graphql.language.Value importedDefinition) -
UnsupportedLinkImportException
-