Class TransformationException

All Implemented Interfaces:
Serializable

public class TransformationException extends ExportException
Exception used to indicate that a Transformer encountered an error.
See Also:
  • Constructor Details

    • TransformationException

      public TransformationException()
    • TransformationException

      public TransformationException(String message)
    • TransformationException

      public TransformationException(Throwable cause)
    • TransformationException

      public TransformationException(String message, Throwable cause)