public class QiSlotException extends QiRuntimeException
QiSlotException is thrown when a slot could not be invoked due to a
missing QiSlot annotation,
an IllegalAccessException,
an IllegalArgumentException or an
InvocationTargetException.| Constructor and Description |
|---|
QiSlotException()
Constructs a
QiSlotException |
QiSlotException(String message)
Constructs a
QiSlotException with the specified detail message. |
QiSlotException(String message,
Throwable cause)
Constructs a
QiSlotException with the specified detail message and
cause. |
QiSlotException(Throwable cause)
Constructs a
QiSlotException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QiSlotException()
QiSlotExceptionpublic QiSlotException(String message, Throwable cause)
QiSlotException with the specified detail message and
cause.message - the detail message.cause - the cause.public QiSlotException(String message)
QiSlotException with the specified detail message.message - the detail message.public QiSlotException(Throwable cause)
QiSlotException with the specified cause.cause - the cause.Copyright © 2020. All rights reserved.