TableExistsException
Hierarchy
- DatabaseObjectExistsException
- TableExistsException
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
previous: Error
Returns TableExistsException
Properties
optionalinheritedcause
optionalinheritedcode
optionalinheritederrmsg
optionalinheritederrno
inheritedmessage
inheritedname
optionalinheritedsqlMessage
optionalinheritedsqlState
optionalinheritedstack
staticoptionalinheritedprepareStackTrace
Optional override for formatting stack traces
Type declaration
Parameters
err: Error
stackTraces: CallSite[]
Returns any
staticinheritedstackTraceLimit
Methods
staticinheritedcaptureStackTrace
Create .stack property on a target object
Parameters
targetObject: object
optionalconstructorOpt: Function
Returns void
Exception for an already existing table referenced in a statement detected in the driver.