Asterisk-Java

org.asteriskjava.fastagi
Class AgiSpeechException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.asteriskjava.fastagi.AgiException
              extended by org.asteriskjava.fastagi.AgiSpeechException
All Implemented Interfaces:
java.io.Serializable

public class AgiSpeechException
extends AgiException

The AgiSpeechException is thrown if a speech command can not be executed successfully. The Asterisk Speech API is not very verbose about the reasons for a failure so this exception is thrown for all failures of the speech recognition engine.

Since:
1.0.0
Version:
$Id: AgiSpeechException.java 1271 2009-03-21 03:41:24Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AgiSpeechException(java.lang.String message)
          Creates a new AgiSpeechException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgiSpeechException

public AgiSpeechException(java.lang.String message)
Creates a new AgiSpeechException with the given message.

Parameters:
message - the message

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.