Class NonInvertibleTransformException

  • All Implemented Interfaces:
    Serializable


    public class NonInvertibleTransformException
    extends Exception
    The NonInvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of a Transform object which is in a non-invertible state.
    Since:
    JavaFX 8.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NonInvertibleTransformException

        public NonInvertibleTransformException​(String message)
        Creates a new instance of NonInvertibleTransformException with the specified detail message.
        Parameters:
        message - the detail message