Packageat.fhjoanneum.dmt.umj.core.events
Classpublic class ErrorReportEvent
InheritanceErrorReportEvent Inheritance flash.events.Event

These ErrorReportEvent is used internally to file error-reports and mail them. The GlobalExceptionHelper and EmailHelper uses them.



Public Methods
 MethodDefined By
  
ErrorReportEvent(type:String)
ErrorReportEvent
Public Constants
 ConstantDefined By
  COMPLETED : String = COMPLETED
[static]
ErrorReportEvent
  CONNECTION_FAILED : String = CONNECTION_FAILED
[static]
ErrorReportEvent
  IO_ERROR : String = IO_ERROR
[static]
ErrorReportEvent
  MAIL_AUTHENTICATION_ERROR : String = MAIL_AUTHENTICATION_ERROR
[static]
ErrorReportEvent
  MAIL_COMMAND_ERROR : String = MAIL_COMMAND_ERROR
[static]
ErrorReportEvent
Constructor Detail
ErrorReportEvent()Constructor
public function ErrorReportEvent(type:String)



Parameters
type:String
Constant Detail
COMPLETEDConstant
public static const COMPLETED:String = COMPLETED

CONNECTION_FAILEDConstant 
public static const CONNECTION_FAILED:String = CONNECTION_FAILED

IO_ERRORConstant 
public static const IO_ERROR:String = IO_ERROR

MAIL_AUTHENTICATION_ERRORConstant 
public static const MAIL_AUTHENTICATION_ERROR:String = MAIL_AUTHENTICATION_ERROR

MAIL_COMMAND_ERRORConstant 
public static const MAIL_COMMAND_ERROR:String = MAIL_COMMAND_ERROR