java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QSignalAccessException
- All Implemented Interfaces:
Serializable
public class QSignalAccessException extends RuntimeException
The QSignalAccessException class is thrown when a private signal is emitted other than from inside its owning object.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description QSignalAccessException(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