Pakket | com.adobe.icc.editors.managers |
Klasse | public class ErrorManagerImpl |
Overerving | ErrorManagerImpl Object |
Implementatie | IErrorManager |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
IErrorManager
which 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 | ||
styleManager : IStyleManager2
The style manager instance for ErrorManagerImpl. | ErrorManagerImpl |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ErrorManagerImpl | ||
Helper method for handling Document Composer faults. | ErrorManagerImpl | ||
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
Helper method for handling Document Composer user messages. | ErrorManagerImpl | ||
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 | ||
---|---|---|---|
CONNECTION_EXCEPTION_MESSAGE : String = "ConnectionException" [statisch]
The constant specifying the connection exception message. | ErrorManagerImpl | ||
DELETE_DATADICTIONARY_EXCEPTION_MESSAGE : String = "ALC-DCT-002-008" [statisch]
The constant specifying the data dictionary delete exception message. | ErrorManagerImpl | ||
INVALID_CREDENTIALS_EXCEPTION_MESSAGE : String = "InvalidCredentialsException" [statisch]
The constant specifying the invalid credentials exception message. | ErrorManagerImpl | ||
INVALID_PARAMETER_EXCEPTION_MESSAGE : String = "InvalidParameterException" [statisch]
The constant specifying the invalid parameter exception message. | ErrorManagerImpl | ||
LOGIN_EXCEPTION_MESSAGE : String = "LoginException" [statisch]
The constant specifying the login exception message. | ErrorManagerImpl | ||
PROCESSING_EXCEPTION_MESSAGE : String = "ProcessingException" [statisch]
The constant specifying the processing exception message. | ErrorManagerImpl |
styleManager | eigenschap |
public var styleManager:IStyleManager2
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The style manager instance for ErrorManagerImpl.
ErrorManagerImpl | () | Constructor |
public function ErrorManagerImpl()
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor.
handleError | () | methode |
public function handleError(fault:Fault, flags:uint = 0x0004, closeHandler:Function = null):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
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
|
showMessage | () | methode |
public 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.0 |
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 icon to be displayed in the alert dialog
| |
flags:uint (default = 0x0004 ) — The buttons to be present on the Alert dialog.
|
CONNECTION_EXCEPTION_MESSAGE | Constante |
public static const CONNECTION_EXCEPTION_MESSAGE:String = "ConnectionException"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the connection exception message.
DELETE_DATADICTIONARY_EXCEPTION_MESSAGE | Constante |
public static const DELETE_DATADICTIONARY_EXCEPTION_MESSAGE:String = "ALC-DCT-002-008"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the data dictionary delete exception message.
INVALID_CREDENTIALS_EXCEPTION_MESSAGE | Constante |
public static const INVALID_CREDENTIALS_EXCEPTION_MESSAGE:String = "InvalidCredentialsException"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the invalid credentials exception message.
INVALID_PARAMETER_EXCEPTION_MESSAGE | Constante |
public static const INVALID_PARAMETER_EXCEPTION_MESSAGE:String = "InvalidParameterException"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the invalid parameter exception message.
LOGIN_EXCEPTION_MESSAGE | Constante |
public static const LOGIN_EXCEPTION_MESSAGE:String = "LoginException"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the login exception message.
PROCESSING_EXCEPTION_MESSAGE | Constante |
public static const PROCESSING_EXCEPTION_MESSAGE:String = "ProcessingException"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the processing exception message.
Wed Jun 13 2018, 11:42 AM Z