Class RepresentationNotResolvedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.graphql.data.federation.RepresentationException
org.springframework.graphql.data.federation.RepresentationNotResolvedException
- All Implemented Interfaces:
Serializable
Specialization of
RepresentationException
that indicates a resolver
returned null
or completed empty.- Since:
- 1.3.0
- Author:
- Rossen Stoyanchev
- See Also:
-
Constructor Summary
ConstructorDescriptionRepresentationNotResolvedException
(Map<String, Object> representation, HandlerMethod handlerMethod) -
Method Summary
Methods inherited from class org.springframework.graphql.data.federation.RepresentationException
getErrorType, getHandlerMethod, getRepresentation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepresentationNotResolvedException
public RepresentationNotResolvedException(Map<String, Object> representation, HandlerMethod handlerMethod)
-