java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qt.QConnectionException
io.qt.QNoDefaultValueException
- All Implemented Interfaces:
Serializable
This exception is thrown when a default signal is defined without default parameter.
- See Also:
-
Constructor Summary
ConstructorDescriptionQNoDefaultValueException
(int parameter) QNoDefaultValueException
(String signalName, int parameter) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QNoDefaultValueException
-
QNoDefaultValueException
public QNoDefaultValueException(int parameter)
-