Packagecom.dwuser.ss4.managers
Classpublic class ErrorManager

The ErrorManager class functions as a central location from which to notify the user of any serious errors which occur in the slideshow. A single instance of the class is created for the slideshow and is accessible by referencing the FlashSlideshow_instance.errorManager property.

See also

com.dwuser.ss4.ui.FlashSlideshow


Public Methods
 MethodDefined by
  
ErrorManager
  
displayError(s:String):void
The main error displaying function; it displays an alert box labeled 'Fatal Application Error' containing the passed message.
ErrorManager
Constructor detail
ErrorManager()constructor
public function ErrorManager()
Method detail
displayError()method
public function displayError(s:String):void

The main error displaying function; it displays an alert box labeled 'Fatal Application Error' containing the passed message.

Parameters
s:String — The error message to be displayed.