java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QDanglingPointerException
- All Implemented Interfaces:
Serializable
This exception is thrown whenever a native pointer points to an already deleted object, provided dangling pointer check is enabled by
-Dio.qt.enable-dangling-pointer-check=true
.- See Also:
-
Constructor Summary
ConstructorDescriptionQDanglingPointerException
(String message) Creates a new QDanglingPointerException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QDanglingPointerException
Creates a new QDanglingPointerException with the given message.- Parameters:
message
- Describes the affinity exception.
-