Class javax.speech.EngineException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.speech.SpeechException
|
+--javax.speech.EngineException
- public class EngineException
- extends SpeechException
Signals that an error occurred while trying to create or access
a speech synthesis engine, speech recognition engine or
EngineCentral object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
EngineException
public EngineException()
- Construct an
EngineException with no detail message.
EngineException
public EngineException(String s)
- Construct an
EngineException with a detail message.
A detail message is a String that describes this particular exception.
JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com