- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javafx.scene.transform.NonInvertibleTransformException
-
- All Implemented Interfaces:
Serializable
public class NonInvertibleTransformException extends Exception
TheNonInvertibleTransformException
class represents an exception that is thrown if an operation is performed requiring the inverse of aTransform
object which is in a non-invertible state.- Since:
- JavaFX 8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonInvertibleTransformException(String message)
Creates a new instance ofNonInvertibleTransformException
with 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 ofNonInvertibleTransformException
with the specified detail message.- Parameters:
message
- the detail message
-
-