public class NoninvertibleTransformException
extends java.lang.Exception
NoninvertibleTransformException
class represents
an exception that is thrown if an operation is performed requiring
the inverse of a BaseTransform
object but the
BaseTransform
is in a non-invertible state.Constructor and Description |
---|
NoninvertibleTransformException(java.lang.String s)
Constructs an instance of
NoninvertibleTransformException
with the specified detail message. |