Pakket | com.adobe.icc.editors.managers |
Klasse | public class ErrorManager |
Overerving | ErrorManager Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
ErrorManager
helps you handle errors occurring on the client.
It is a central place for handling all the validation/service errors and displaying the correct error message in the current user locale.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
errorManagerImpl : IErrorManager [statisch] [alleen-schrijven]
Method to override the error manager implementation
| ErrorManager |
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
Helper method for handling Document Composer faults. | ErrorManager | ||
[statisch]
Helper method for handling server faults. | ErrorManager | ||
[statisch]
Helper method for handling client domain validation errors. | ErrorManager | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
showMessage(msgTitle:String, msgText:String, closeHandler:Function = null, messageType:String = null, flags:uint = 0x0004):void [statisch]
Helper method for handling Document Composer user messages. | ErrorManager | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
Error_Icon : * = Error [statisch]
The constant specifying the Error Icon. | ErrorManager | ||
Info_Icon : * = Info [statisch]
The constant specifying the Info Icon. | ErrorManager | ||
Ok_Icon : * = Ok [statisch]
The constant specifying the OK Icon. | ErrorManager | ||
Warning_Icon : * = Warning [statisch]
The constant specifying the Warning Icon. | ErrorManager |
errorManagerImpl | eigenschap |
errorManagerImpl:IErrorManager
[alleen-schrijven] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Method to override the error manager implementation
Implementatie
public static function set errorManagerImpl(value:IErrorManager):void
handleError | () | methode |
public static function handleError(fault:Fault, flags:uint = 0x0004, closeHandler:Function = null):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Parameters
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
|
handleFault | () | methode |
public static function handleFault(fault:Fault, asset:*):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Helper method for handling server 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.
Parameters
fault:Fault — The fault object encapsulating server fault.
| |
asset:* — The related asset for which the fault occured.
|
handleValidationFault | () | methode |
public static function handleValidationFault(evt:AssetValidationEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Helper method for handling client domain validation errors.
This method identifies the validation failure cause and displays suitable error message to the user in form of an Alert box.
Parameters
evt:AssetValidationEvent — The AssetValidationEvent event
raised by the domain object during validation.
|
showMessage | () | methode |
public static function showMessage(msgTitle:String, msgText:String, closeHandler:Function = null, messageType:String = null, flags:uint = 0x0004):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Parameters
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 string value specifying the type of message in order to show the
respective icon. The types can be Warning,Info, Error or OK icon.
| |
flags:uint (default = 0x0004 ) — The uint value speciying the buttons to be shown on the Alert box.
|
Error_Icon | Constante |
public static const Error_Icon:* = Error
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the Error Icon.
Info_Icon | Constante |
public static const Info_Icon:* = Info
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the Info Icon.
Ok_Icon | Constante |
public static const Ok_Icon:* = Ok
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the OK Icon.
Warning_Icon | Constante |
public static const Warning_Icon:* = Warning
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the Warning Icon.
Wed Jun 13 2018, 11:42 AM Z