Class ExceptionNameErrorExtensionProvider
- java.lang.Object
-
- io.smallrye.graphql.execution.error.ExceptionNameErrorExtensionProvider
-
- All Implemented Interfaces:
ErrorExtensionProvider
public class ExceptionNameErrorExtensionProvider extends Object implements ErrorExtensionProvider
-
-
Constructor Summary
Constructors Constructor Description ExceptionNameErrorExtensionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()jakarta.json.JsonStringmapValueFrom(Throwable exception)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceErrorExtensionProvider
-
mapValueFrom
public jakarta.json.JsonString mapValueFrom(Throwable exception)
- Specified by:
mapValueFromin interfaceErrorExtensionProvider
-
-