Module qtjambi
Package io.qt

Class QDanglingPointerException

All Implemented Interfaces:
Serializable

public class QDanglingPointerException extends RuntimeException
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 Details

    • QDanglingPointerException

      public QDanglingPointerException(String message)