InsufficientParametersException
Raised when the user gives more or less parameters than the query takes. Each parameter is a ? (question mark) in the query string. The count of ? should be the same as the count of items in the provided sequence of parameters.
- Value Params
- expected
the expected count of parameters
- given
the collection given
class DatabaseException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any