Yahoo! UI Library

yuitest  2.8.0r4

Yahoo! UI Library > yuitest > YAHOO.util.UnexpectedError
Search:
 
Filters

Class YAHOO.util.UnexpectedError - extends YAHOO.util.AssertionError

UnexpectedError is subclass of AssertionError that is thrown whenever an error occurs within the course of a test and the test was not expected to throw an error.

Constructor

YAHOO.util.UnexpectedError ( cause )
Parameters:
cause <Error> The unexpected error that caused this error to be thrown.

Properties

cause - Error

The unexpected error that occurred.

name - String

The name of the error that occurred.

stack - String

Stack information for the error (if provided).

Properties inherited from YAHOO.util.AssertionError:

Methods inherited from YAHOO.util.AssertionError:


Copyright © 2009 Yahoo! Inc. All rights reserved.