Package com.itextpdf.kernel.geom
Class NoninvertibleTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.kernel.geom.NoninvertibleTransformException
- All Implemented Interfaces:
-
Serializable
NoninvertibleTransformException
- Author:
- Denis M. Kishenko
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNoninvertibleTransformException
(String message) Creates a new NoninvertibleTransformException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DETERMINANT_IS_ZERO_CANNOT_INVERT_TRANSFORMATION
- See Also:
-
-
Constructor Details
-
NoninvertibleTransformException
Creates a new NoninvertibleTransformException.- Parameters:
-
message
- the detail message.
-