Class TransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.graphql.transformation.AbstractDataFetcherException
io.smallrye.graphql.transformation.TransformException
- All Implemented Interfaces:
Serializable
Exception thrown when the transformation failed on input parameters or return object.
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongraphql.execution.DataFetcherResult.Builder<Object> appendDataFetcherResult(graphql.execution.DataFetcherResult.Builder<Object> builder, graphql.schema.DataFetchingEnvironment dfe) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformException
-
-
Method Details
-
appendDataFetcherResult
public graphql.execution.DataFetcherResult.Builder<Object> appendDataFetcherResult(graphql.execution.DataFetcherResult.Builder<Object> builder, graphql.schema.DataFetchingEnvironment dfe) - Specified by:
appendDataFetcherResultin classAbstractDataFetcherException
-