java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QConnectionException
io.qt.QNoSuchSlotException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QUninvokableSlotException
public class QNoSuchSlotException extends QConnectionException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description QNoSuchSlotException(Object receiver, String slotSignature)
QNoSuchSlotException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-