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

public class QValueException extends RuntimeException
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 Details

    • QValueException

      public QValueException(String message)
      Constructor of message
    • QValueException

      public QValueException(String message, Throwable cause)
      Constructor of message invalid input: '&' cause