ParseError
-
class
wv.ParseError() Error object that is thrown when invalid data is supplied to a function.
Constructors
-
wv.ParseError.constructor() - ParseError(message: string):
ParseErrorCreates a new ParseError
Parameters
message: stringReturns:
ParseError
Properties
-
wv.ParseError.stackTraceLimit static inherited
stackTraceLimit: number
-
wv.ParseError.prepareStackTrace static optional inherited
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => anyOptional override for formatting stack traces
-
wv.ParseError.message inherited
message: string
-
wv.ParseError.name inherited
name: string
-
wv.ParseError.stack optional inherited
stack: string
Methods
-
static wv.ParseError.captureStackTrace() static inherited
captureStackTrace(targetObject: object, constructorOpt: Function): voidCreate .stack property on a target object
Parameters
targetObject: object
constructorOpt: Function
Returns: void