Pacchetto | com.adobe.icc.editors.managers |
Classe | public class ErrorManagerImpl |
Ereditarietà | ErrorManagerImpl Object |
Implementa | IErrorManager |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | 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.
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
styleManager : IStyleManager2
The style manager instance for ErrorManagerImpl. | ErrorManagerImpl |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ErrorManagerImpl | ||
Helper method for handling Document Composer faults. | ErrorManagerImpl | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | 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 | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
CONNECTION_EXCEPTION_MESSAGE : String = "ConnectionException" [statico]
The constant specifying the connection exception message. | ErrorManagerImpl | ||
DELETE_DATADICTIONARY_EXCEPTION_MESSAGE : String = "ALC-DCT-002-008" [statico]
The constant specifying the data dictionary delete exception message. | ErrorManagerImpl | ||
INVALID_CREDENTIALS_EXCEPTION_MESSAGE : String = "InvalidCredentialsException" [statico]
The constant specifying the invalid credentials exception message. | ErrorManagerImpl | ||
INVALID_PARAMETER_EXCEPTION_MESSAGE : String = "InvalidParameterException" [statico]
The constant specifying the invalid parameter exception message. | ErrorManagerImpl | ||
LOGIN_EXCEPTION_MESSAGE : String = "LoginException" [statico]
The constant specifying the login exception message. | ErrorManagerImpl | ||
PROCESSING_EXCEPTION_MESSAGE : String = "ProcessingException" [statico]
The constant specifying the processing exception message. | ErrorManagerImpl |
styleManager | proprietà |
public var styleManager:IStyleManager2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The style manager instance for ErrorManagerImpl.
ErrorManagerImpl | () | Funzione di costruzione |
public function ErrorManagerImpl()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor.
handleError | () | metodo |
public function handleError(fault:Fault, flags:uint = 0x0004, closeHandler:Function = null):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Parametri
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 | () | metodo |
public function showMessage(msgTitle:String, msgText:String, closeHandler:Function = null, messageType:String = null, flags:uint = 0x0004):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Parametri
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 | Costante |
public static const CONNECTION_EXCEPTION_MESSAGE:String = "ConnectionException"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the connection exception message.
DELETE_DATADICTIONARY_EXCEPTION_MESSAGE | Costante |
public static const DELETE_DATADICTIONARY_EXCEPTION_MESSAGE:String = "ALC-DCT-002-008"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the data dictionary delete exception message.
INVALID_CREDENTIALS_EXCEPTION_MESSAGE | Costante |
public static const INVALID_CREDENTIALS_EXCEPTION_MESSAGE:String = "InvalidCredentialsException"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the invalid credentials exception message.
INVALID_PARAMETER_EXCEPTION_MESSAGE | Costante |
public static const INVALID_PARAMETER_EXCEPTION_MESSAGE:String = "InvalidParameterException"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the invalid parameter exception message.
LOGIN_EXCEPTION_MESSAGE | Costante |
public static const LOGIN_EXCEPTION_MESSAGE:String = "LoginException"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the login exception message.
PROCESSING_EXCEPTION_MESSAGE | Costante |
public static const PROCESSING_EXCEPTION_MESSAGE:String = "ProcessingException"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant specifying the processing exception message.
Tue Jun 12 2018, 02:44 PM Z