Package xal.smf
Class NoSuchTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.NoSuchTransformException
- All Implemented Interfaces:
Serializable
NoSuchTransformException is thrown when the TransformFactory cannot generate
a transform of the type requested.
- Author:
- tap
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of NoSuchTransformExceptionNoSuchTransformException
(String type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchTransformException
Creates a new instance of NoSuchTransformException -
NoSuchTransformException
-