testing.AsyncTestCase.ControlBreakingException Extends
An exception class used solely for control flow.

Inheritance

Constructor

goog.testing.AsyncTestCase.ControlBreakingException(opt_message)

Parameters

opt_message : string=
Error message.

Instance Methods

Public Protected Private
toString()
No description.
code »

Instance Properties

isControlBreakingException :
Marks this object as a ControlBreakingException
Code »
message :
The exception message.
Code »

Static Properties

goog.testing.AsyncTestCase.ControlBreakingException.TO_STRING :
Return value for .toString().
Code »

Package testing.AsyncTestCase

Package Reference