public class QiException extends ExecutionException
QiException
is a subclass of the standard Java
Exception
. It is the superclass of those checked
exceptions that are linked to the qi Framework.Constructor and Description |
---|
QiException()
Constructs a
QiException . |
QiException(String message)
Constructs a
QiException with the specified detail message. |
QiException(String message,
Throwable cause)
Constructs a
QiException with the specified detail message
and cause. |
QiException(Throwable cause)
Constructs a
QiException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QiException()
QiException
.public QiException(String message, Throwable cause)
QiException
with the specified detail message
and cause.message
- the detail message.cause
- the cause.public QiException(String message)
QiException
with the specified detail message.message
- the detail message.public QiException(Throwable cause)
QiException
with the specified cause.cause
- the cause.Copyright © 2020. All rights reserved.