Class QValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kingsrook.qqq.backend.core.exceptions.QValueException
- All Implemented Interfaces:
Serializable
Exception for when there's a problem with a value (like a string that you need
to be an integer, but it isn't).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQValueException
(String message) Constructor of messageQValueException
(String message, Throwable cause) Constructor of message invalid input: '&' cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QValueException
Constructor of message -
QValueException
-