javax.speech
Class EngineException
Object
Throwable
Exception
SpeechException
EngineException
public class EngineException
- extends SpeechException
Thrown if a problem is found while trying to create, access or use an
Engine, EngineFactory
, the EngineManager
, or a GrammarManager
.
- See Also:
Engine
,
EngineFactory
,
EngineManager
,
GrammarManager
EngineException
public EngineException()
- Constructs an
EngineException
with no detail message.
EngineException
public EngineException(String s)
- Constructs an
EngineException
with a detail message.
A detail message is a String
that describes
this particular exception.
- Parameters:
s
- the detail message
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.