com.github.mauricio.async.db.exceptions.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.
Attributes expected the expected count of parameters
given the collection given
Graph Reset zoom Hide graph Show graph
Supertypes class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Members list Concise view
Value members
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