Package xal.smf

Class NoSuchTransformException

All Implemented Interfaces:
Serializable

public class NoSuchTransformException extends RuntimeException
NoSuchTransformException is thrown when the TransformFactory cannot generate a transform of the type requested.
Author:
tap
See Also:
  • Constructor Details

    • NoSuchTransformException

      public NoSuchTransformException(String type)
      Creates a new instance of NoSuchTransformException
    • NoSuchTransformException

      public NoSuchTransformException(String type, Throwable cause)