Class NoninvertibleTransformException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Serial number for inter-operability with different versions.
    • 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

      • serialVersionUID

        private static final long serialVersionUID
        Serial number for inter-operability with different versions.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NoninvertibleTransformException

        public NoninvertibleTransformException()
        Construct an exception with no detail message.
      • NoninvertibleTransformException

        public NoninvertibleTransformException​(java.lang.String message)
        Construct an exception with the specified detail message.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • NoninvertibleTransformException

        public NoninvertibleTransformException​(java.lang.String message,
                                               java.lang.Throwable cause)
        Construct an exception with the specified detail message and cause. The cause is typically an other java.lang.geom.NoninvertibleTransformException emitted by Java2D.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        cause - The cause for this exception. The cause is saved for later retrieval by the Throwable.getCause() method.