Class XSTransformException

All Implemented Interfaces:
Serializable

public final class XSTransformException extends XSProcessorException
The type of exceptions raised due to transform failures.
See Also:
  • Constructor Details

    • XSTransformException

      public XSTransformException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • XSTransformException

      public XSTransformException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • XSTransformException

      public XSTransformException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause