externalAssertionError
Hierarchy
- RuntimeError
- AssertionError
Index
Constructors
externalconstructor
Parameters
externalmessage: string
Human-readable description of the error and the difference between the expected and actual values
externaloptionalcause: Error
The root cause of this
RuntimeError
, if any
Returns AssertionError
Properties
publicexternaloptionalreadonlycause
The root cause of this RuntimeError
, if any
externalname
externalmessage
externaloptionalstack
Methods
staticexternalfromJSON
Parameters
externalserialised: JSONObject
Returns AssertionError
externaltoString
Human-readable description of the error
Returns string
externaltoJSON
Returns object
Thrown to indicate that an assertion has failed.