Uses of Class
org.jvoicexml.event.ErrorEvent

Packages that use ErrorEvent
org.jvoicexml This package contains the user relevant interfaces and classes to interact with the JVoiceXML VoiceXML interpreter. 
org.jvoicexml.event.error The error package provides the classes for all events for abnormal occurences, extending ErrorEvent
org.jvoicexml.event.error.jvxml The jvxml package contains all internal errors that are used by JVoiceXml. 
org.jvoicexml.interpreter This package contains the core interpreter. 
org.jvoicexml.jndi.client This package contains all classes that are needed to interact with the interpreter from a remote client. 
 

Uses of ErrorEvent in org.jvoicexml
 

Methods in org.jvoicexml that throw ErrorEvent
 void Session.call(URI uri)
          Handles a call request.
 Session JVoiceXmlMain.createSession(RemoteClient client)
          Creates a new session.
 Session JVoiceXml.createSession(RemoteClient client)
          Creates a new session.
 void Session.hangup()
          Handles a hangup request.
 void Session.waitSessionEnd()
          Delays until the session ends.
 

Uses of ErrorEvent in org.jvoicexml.event.error
 

Subclasses of ErrorEvent in org.jvoicexml.event.error
 class 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.
 class BadFetchHttpResponsecodeError
          A BadFetchProtocolResponsecodeError dedicated to the http protocol.
 class 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.
 class NoauthorizationError
          Thrown when the application tries to perform an operation that is not authorized by the platform.
 class NoresourceError
          A run-time error occurred because a requested platform resource was not available during execution.
 class SemanticError
          A run-time error was found in the VoiceXML document, e.g. substring bounds error, or an undefined variable was referenced.
 class UnsupportedBuiltinError
          The platform does not support a requested builtin type/grammar.
 class UnsupportedElementError
          The platform does not support the given element, where element is a VoiceXML element defined in this specification.
 class UnsupportedFormatError
          The requested resource has a format that is not supported by the platform, e.g. an unsupported grammar format, or media type.
 class UnsupportedLanguageError
          The platform does not support the language for either speech synthesis or speech recognition.
 class UnsupportedObjectnameError
          The platform does not support a particular platform-specific object.
 

Uses of ErrorEvent in org.jvoicexml.event.error.jvxml
 

Subclasses of ErrorEvent in org.jvoicexml.event.error.jvxml
 class RemoteException
          Error in a remote access.
 

Uses of ErrorEvent in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter that throw ErrorEvent
 void JVoiceXmlSession.call(URI uri)
          Handles a call request. Starts this session in a new thread.
 void VoiceXmlInterpreterContext.process(Application application)
          Starts processing the given application.
 void TagStrategy.validateAttributes()
          Validate the attributes of the current node.
 void JVoiceXmlSession.waitSessionEnd()
          Delays until the session ends.
 

Uses of ErrorEvent in org.jvoicexml.jndi.client
 

Methods in org.jvoicexml.jndi.client that throw ErrorEvent
 void SessionStub.call(URI uri)
          Handles a call request.
 Session JVoiceXmlStub.createSession(RemoteClient client)
          Creates a new session.
 void SessionStub.waitSessionEnd()
          Delays until the session ends.
 



Copyright © 2005-2007 JVoiceXML group.