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