Class NoninvertibleTransformException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoninvertibleTransformException
    extends java.lang.Exception
    NoninvertibleTransformException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoninvertibleTransformException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • DETERMINANT_IS_ZERO_CANNOT_INVERT_TRANSFORMATION

        public static final java.lang.String DETERMINANT_IS_ZERO_CANNOT_INVERT_TRANSFORMATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • NoninvertibleTransformException

        public NoninvertibleTransformException​(java.lang.String message)
        Creates a new NoninvertibleTransformException.
        Parameters:
        message - the detail message.