|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ErrorEvent.
See:
Description
| Class Summary | |
|---|---|
| BadFetchError | The interpreter context throws this event when a fetch of a document has failed and the interpreter context has reached a place in the document interpretation where the fetch result is required. |
| BadFetchHttpResponsecodeError | A BadFetchProtocolResponsecodeError dedicated to the
http protocol. |
| BadFetchProtocolResponsecodeError | In the case of a fetch failure, the interpreter context must use a detailed event type telling which specific HTTP or other protocol-specific response code was encountered. |
| NoauthorizationError | Thrown when the application tries to perform an operation that is not authorized by the platform. |
| NoresourceError | A run-time error occurred because a requested platform resource was not available during execution. |
| SemanticError | A run-time error was found in the VoiceXML document, e.g. substring bounds error, or an undefined variable was referenced. |
| UnsupportedBuiltinError | The platform does not support a requested builtin type/grammar. |
| UnsupportedElementError | The platform does not support the given element, where element is a VoiceXML element defined in this specification. |
| UnsupportedFormatError | The requested resource has a format that is not supported by the platform, e.g. an unsupported grammar format, or media type. |
| UnsupportedLanguageError | The platform does not support the language for either speech synthesis or speech recognition. |
| UnsupportedObjectnameError | The platform does not support a particular platform-specific object. |
The error package provides the classes for all events
for abnormal occurences, extending
ErrorEvent.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||