Package | com.adobe.icc.editors.managers |
Interface | public interface IErrorManager |
Implémenteurs | ErrorManagerImpl |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
It is a central place for handling all the validation/service errors and displaying the correct error message in the current user locale.
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Helper method for handling Document Composer faults. | IErrorManager | ||
showMessage(msgTitle:String, msgText:String, closeHandler:Function = null, messageType:String = null, flags:uint = 0x0004):void
Helper method for handling Document Composer user messages. | IErrorManager |
Détails de la méthode
handleError | () | méthode |
public function handleError(fault:Fault, flags:uint = 0x0004, closeHandler:Function = null):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Helper method for handling Document Composer faults.
This method reads the fault code from the passed fault
object, pulls the relevant error message from the resource bundle, fills
it with details if required and shows it to the user in form of an
Alert box.
Paramètres
fault:Fault — The fault object encapsulating server fault.
| |
flags:uint (default = 0x0004 ) — The buttons to be present on the Alert dialog.
| |
closeHandler:Function (default = null ) — The function to be called when the user clicks the button on the alert
|
showMessage | () | méthode |
public function showMessage(msgTitle:String, msgText:String, closeHandler:Function = null, messageType:String = null, flags:uint = 0x0004):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10.0 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Helper method for handling Document Composer user messages.
This method pulls the relevant user message from the resource bundle, fills it with details if required and shows it to the user in form of an Alert box.
Paramètres
msgTitle:String — The Message Title to be displayed in the Alert Window.
| |
msgText:String — The Message text to be shown in the Alert dialog.
| |
closeHandler:Function (default = null ) — The function to be called when the user clicks the button on the alert
| |
messageType:String (default = null ) — The icon to be displayed in the alert dialog
| |
flags:uint (default = 0x0004 ) — The buttons to be present on the Alert dialog.
|
Tue Jun 12 2018, 09:30 AM Z