javafx.scene.transform
Class NonInvertibleTransformException
- java.lang.Throwable
-
- java.lang.Exception
-
- javafx.scene.transform.NonInvertibleTransformException
All Implemented Interfaces:
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:
-
Constructor Summary
Constructors Constructor and Description NonInvertibleTransformException(String message)Creates a new instance ofNonInvertibleTransformExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
NonInvertibleTransformException
public NonInvertibleTransformException(String message)
Creates a new instance ofNonInvertibleTransformExceptionwith the specified detail message.Parameters:
message- the detail message
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.