Class goog.testing.AsyncTestCase.ControlBreakingException

code »

An exception class used solely for control flow.

Constructor

goog.testing.AsyncTestCase.ControlBreakingException ( opt_message )
Parameters
opt_message: string=
Error message.
Show:

Instance Methods

code »toString ( )string

Instance Properties

Marks this object as a ControlBreakingException

The exception message.

Static Properties