Class TransformException

All Implemented Interfaces:
Serializable

public class TransformException extends AbstractDataFetcherException
Exception thrown when the transformation failed on input parameters or return object.
Author:
Phillip Kruger (phillip.kruger@redhat.com)
See Also:
  • Constructor Details

    • TransformException

      public TransformException(Throwable original, Field field, Object parameterValue)
  • Method Details