Pacchetto | mx.data.errors |
Classe | public class NoDataAvailableError |
Ereditarietà | NoDataAvailableError Error Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
mx.rpc.IResponder
inerface to the responder
property to receive notification of when the data requested is available.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error | ||
responder : IResponder
If the data is not local and an asynchronous operation must be
performed, an NoDataAvailableError will be thrown. | NoDataAvailableError |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
NoDataAvailableError(msg:String = "Requested data not found.")
Constructor. | NoDataAvailableError | ||
Restituisce lo stack di chiamata per un errore al momento della costruzione dell’errore come stringa. | Error | ||
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 | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
[override]
Restituisce la stringa "Error" per impostazione predefinita oppure il valore contenuto nella proprietà Error.message, se definita. | Error | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
responder | proprietà |
responder:IResponder
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
If the data is not local and an asynchronous operation must be
performed, an NoDataAvailableError
will be thrown.
The responder property references the handler that will be called when
the asynchronous request completes.
The object assigned to the responder property must implement
mx.rpc.IResponder
.
On successful return of the remote data the result
method
will be invoked, on failure the fault
method will be invoked.
Implementazione
public function get responder():IResponder
public function set responder(value:IResponder):void
Descrizione della funzione di costruzione
NoDataAvailableError | () | Funzione di costruzione |
public function NoDataAvailableError(msg:String = "Requested data not found.")
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrimsg:String (default = "Requested data not found. ") — String that contains the message that describes this error.
|
Tue Jun 12 2018, 02:44 PM Z