InsufficientParametersException
com.github.mauricio.async.db.exceptions.InsufficientParametersException
class InsufficientParametersException(expected: Int, params: Seq[Any]) extends DatabaseException
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 parameters
- expected
-
the expected count of parameters
- given
-
the collection given
Attributes
- Graph
-
- Supertypes
-
class DatabaseExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article