#
Class: TableNotFoundExceptioncore.TableNotFoundException
Exception for an unknown table referenced in a statement detected in the driver.
#
HierarchyDatabaseObjectNotFoundException
↳ TableNotFoundException
#
Constructors#
constructor+ new TableNotFoundException(previous
: Error): TableNotFoundException
#
Parameters:Name | Type |
---|---|
previous | Error |
Returns: TableNotFoundException
Inherited from: DatabaseObjectNotFoundException
Defined in: packages/core/src/exceptions.ts:10
#
Properties#
code• Optional
code: string
Inherited from: DatabaseObjectNotFoundException.code
Defined in: packages/core/src/exceptions.ts:6
#
errmsg• Optional
errmsg: string
Inherited from: DatabaseObjectNotFoundException.errmsg
Defined in: packages/core/src/exceptions.ts:10
#
errno• Optional
errno: number
Inherited from: DatabaseObjectNotFoundException.errno
Defined in: packages/core/src/exceptions.ts:7
#
message• message: string
Inherited from: DatabaseObjectNotFoundException.message
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:974
#
name• name: string
Inherited from: DatabaseObjectNotFoundException.name
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:973
#
prepareStackTrace• Optional
prepareStackTrace: (err
: Error, stackTraces
: CallSite[]) => any
Optional override for formatting stack traces
see
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
#
Type declaration:â–¸ (err
: Error, stackTraces
: CallSite[]): any
#
Parameters:Name | Type |
---|---|
err | Error |
stackTraces | CallSite[] |
Returns: any
Defined in: node_modules/@types/node/globals.d.ts:11
Inherited from: DatabaseObjectNotFoundException.prepareStackTrace
Defined in: node_modules/@types/node/globals.d.ts:11
#
sqlMessage• Optional
sqlMessage: string
Inherited from: DatabaseObjectNotFoundException.sqlMessage
Defined in: packages/core/src/exceptions.ts:9
#
sqlState• Optional
sqlState: string
Inherited from: DatabaseObjectNotFoundException.sqlState
Defined in: packages/core/src/exceptions.ts:8
#
stack• Optional
stack: string
Inherited from: DatabaseObjectNotFoundException.stack
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:975
#
stackTraceLimit• stackTraceLimit: number
Inherited from: DatabaseObjectNotFoundException.stackTraceLimit
Defined in: node_modules/@types/node/globals.d.ts:13
#
Methods#
captureStackTraceâ–¸ captureStackTrace(targetObject
: object, constructorOpt?
: Function): void
Create .stack property on a target object
#
Parameters:Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns: void
Inherited from: DatabaseObjectNotFoundException
Defined in: node_modules/@types/node/globals.d.ts:4