|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.asteriskjava.fastagi.AgiException
org.asteriskjava.fastagi.AgiSpeechException
public class AgiSpeechException
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.
| 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 |
|---|
public AgiSpeechException(java.lang.String message)
message - the message
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||