Module qtjambi
Package io.qt

Class QConnectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QMisfittingSignatureException, QNoDefaultValueException, QNoSuchMethodException, QNoSuchSignalException, QNoSuchSlotException

public class QConnectionException extends RuntimeException
The ConnectionException class is thrown when connecting to a signal fails.
See Also:
  • Constructor Details

    • QConnectionException

      public QConnectionException(String message)
    • QConnectionException

      public QConnectionException()