Module  javafx.graphics

Class NonInvertibleTransformException

  • All Implemented Interfaces:
    Serializable


    public class NonInvertibleTransformException
    extends 异常
    NonInvertibleTransformException类表示如果执行的操作需要处于非可逆状态的 Transform对象的倒数时抛出异常。
    从以下版本开始:
    JavaFX 8.0
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • NonInvertibleTransformException

        public NonInvertibleTransformException​(String message)
        创建一个具有指定详细消息的新实例 NonInvertibleTransformException
        参数
        message - the detail message