java.lang.Object
java.lang.Throwable
java.lang.Exception
javafx.scene.transform.NonInvertibleTransformException
- All Implemented Interfaces:
 Serializable
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
ConstructorsConstructorDescriptionNonInvertibleTransformException(String message) Creates a new instance ofNonInvertibleTransformExceptionwith the specified detail message. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NonInvertibleTransformException
Creates a new instance ofNonInvertibleTransformExceptionwith the specified detail message.- Parameters:
 message- the detail message
 
 -