java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QSignalAccessException
- All Implemented Interfaces:
Serializable
The QSignalAccessException class is thrown when a private signal is emitted other than from inside its owning object.
- See Also:
-
Constructor Summary
ConstructorDescriptionQSignalAccessException
(Class<?> signalDeclaringClass, String signalName, Class<?> callerClass) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QSignalAccessException
-