Class QRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kingsrook.qqq.backend.core.exceptions.QRuntimeException
- All Implemented Interfaces:
Serializable
Base class for unchecked exceptions thrown in qqq.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQRuntimeException
(String message) Constructor of messageQRuntimeException
(String message, Throwable cause) Constructor of message invalid input: '&' causeConstructor of message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QRuntimeException
Constructor of message -
QRuntimeException
Constructor of message -
QRuntimeException
-