java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QNonVirtualOverridingException
- All Implemented Interfaces:
Serializable
This exception is thrown when a method with
QtDeclaredFinal
annotation is overridden.
This is the case whenever a native non-virtual method cannot be represented by a Java method with final modifier.- See Also:
-
Constructor Summary
ConstructorDescriptionQNonVirtualOverridingException
(String extraMessage) QNonVirtualOverridingException
(String message, boolean dummy) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QNonVirtualOverridingException
-
QNonVirtualOverridingException
-