com.ibm.voice.events
Class RecognitionErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.voice.events.ActionErrorEvent
              |
              +--com.ibm.voice.events.RecognitionErrorEvent

public class RecognitionErrorEvent
extends ActionErrorEvent

This is the event class to support the com.ibm.voice.RecognitionErrorListener interface.

See Also:
Serialized Form

Constructor Summary
RecognitionErrorEvent(java.lang.Object source)
          RecognitionErrorEvent constructor comment.
 
Methods inherited from class com.ibm.voice.events.ActionErrorEvent
getCurrentException, getMessage, getMessageCode
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecognitionErrorEvent

public RecognitionErrorEvent(java.lang.Object source)
RecognitionErrorEvent constructor comment.
Parameters:
source - java.lang.Object