Module qtjambi
Package io.qt

Class QNonVirtualOverridingException

All Implemented Interfaces:
Serializable

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

    • QNonVirtualOverridingException

      public QNonVirtualOverridingException(String extraMessage)
    • QNonVirtualOverridingException

      public QNonVirtualOverridingException(String message, boolean dummy)