Module qtjambi
Package io.qt

Class QNoImplementationException

All Implemented Interfaces:
Serializable

public class QNoImplementationException extends RuntimeException
This exception is thrown when a method has no implementation and only exists for compatibility reason.
See Also:
  • Constructor Details

    • QNoImplementationException

      public QNoImplementationException()
    • QNoImplementationException

      public QNoImplementationException(String message)
    • QNoImplementationException

      public QNoImplementationException(String message, Throwable throwable)
    • QNoImplementationException

      public QNoImplementationException(Throwable throwable)