Class TransformException

All Implemented Interfaces:
Serializable

public class TransformException extends JoltException
Exception thrown by JOLT transforms. Should only be thrown from methods processing data.
See Also:
  • Constructor Details

    • TransformException

      public TransformException(String msg)
    • TransformException

      public TransformException(String msg, Throwable t)