# Class: WhereClauseException
# Hierarchy
↳ WhereClauseException
↳ CollectionInWithinExceptions
↳ QueryOperatorNotFoundException
# Constructors
# constructor
+ new WhereClauseException(message
: string): WhereClauseException
Overrides OttomanError.constructor
Parameters:
Name | Type | Default |
---|---|---|
message | string | "" |
Returns: WhereClauseException
# Properties
# message
• message: string
Inherited from OttomanError.message
# name
• name: string
Inherited from OttomanError.name
# Optional
stack
• stack? : undefined | string
Inherited from OttomanError.stack