goog.testing.JsUnitExceptionProvided Bygoog.testing.JsUnitExceptionExtendsErrorNo description available.new JsUnitException( comment, opt_message )ParameterscommentstringA summary for the exception. opt_message(string|null)=A description of the exception. VIEW SOURCEInstance Methodsexpand_morethis.toString() → stringParametersNone.ReturnsstringVIEW SOURCEInstance Propertiesexpand_morethis.cause → (Error|null)New in ES 2022, adds a cause to the error which is useful for chaining errors Defined byErrorSee Alsohttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause expand_morethis.comment → (string|null)No information.VIEW SOURCEexpand_morethis.description → stringIE-only. Defined byErrorSee Alsohttp://msdn.microsoft.com/en-us/library/2w6a45b5.aspx expand_morethis.fileName → stringMozilla-only Defined byErrorSee Alsohttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName expand_morethis.isJsUnitException → booleanNo information.VIEW SOURCEexpand_morethis.jsUnitMessage → stringNo information.VIEW SOURCEexpand_morethis.lineNumber → numberMozilla-only. Defined byErrorSee Alsohttp://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber expand_morethis.message → stringDefined byErrorSee Alsohttp://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message expand_morethis.name → stringDefined byErrorSee Alsohttp://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name expand_morethis.sourceURL → ?Doesn't seem to exist, but closure/debug.js references it. expand_morethis.stack → stringNo information.expand_morethis.stackTrace → stringNo information.VIEW SOURCEStatic Functionsexpand_moreJsUnitException.generateMessage( comment, opt_message ) → stringParameterscommentstringA summary for the exception. opt_message(string|null)=A description of the exception. ReturnsstringConcatenated message VIEW SOURCE