Class QInstanceValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.core.exceptions.QInstanceValidationException
- All Implemented Interfaces:
Serializable
Exception thrown during qqq-starup, if a QInstance is found to have validation
issues. Contains a list of reasons (to avoid spoon-feeding as much as possible).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQInstanceValidationException
(String message) Constructor of message - does not populate reasons!QInstanceValidationException
(String message, Throwable cause) Constructor of message invalid input: '&' cause - does not populate reasons!QInstanceValidationException
(List<String> reasons) Constructor of a list of reasons. -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.exceptions.QException
getHasLoggedError, getHasLoggedWarning, hasLoggedLevel, setHasLoggedError, setHasLoggedLevel, setHasLoggedWarning, withHasLoggedError, withHasLoggedWarning
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QInstanceValidationException
Constructor of message - does not populate reasons! -
QInstanceValidationException
-
QInstanceValidationException
-
-
Method Details
-
getReasons
-