- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javafx.scene.transform.NonInvertibleTransformException
-
- All Implemented Interfaces:
-
Serializable
public class NonInvertibleTransformException extends 异常
NonInvertibleTransformException
类表示如果执行的操作需要处于非可逆状态的Transform
对象的倒数时抛出异常。- 从以下版本开始:
- JavaFX 8.0
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 NonInvertibleTransformException(String message)
使用指定的详细消息创建一个新实例NonInvertibleTransformException
。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
NonInvertibleTransformException
public NonInvertibleTransformException(String message)
创建一个具有指定详细消息的新实例NonInvertibleTransformException
。- 参数
-
message
- the detail message
-
-