debug.ErrorHandler.ProtectedFunctionError Extends goog.debug.Error
Error thrown to the caller of a protected entry point if the entry point throws an error.

Inheritance

Constructor

goog.debug.ErrorHandler.ProtectedFunctionError(cause)

Parameters

cause : *
The error thrown by the entry point.
Public Protected Private

Instance Properties

cause :
The error thrown by the entry point.
Code »
constructor :
No description.
Code »
stack :
No description.
Code »
constructor :
No description.
Code »
message :
No description.
Code »
name :
No description.
Code »
stack :
No description.
Code »

Static Properties

goog.debug.ErrorHandler.ProtectedFunctionError.MESSAGE_PREFIX :
Text to prefix the message with.
Code »
goog.debug.ErrorHandler.ProtectedFunctionError.superClass_ :
No description.
Code »

Package debug.ErrorHandler

Package Reference