javax.speech
Class EngineStateException
Object
Throwable
Exception
RuntimeException
IllegalStateException
EngineStateException
public class EngineStateException
- extends IllegalStateException
Thrown when there is an illegal call to a method of a speech Engine
.
For example, it is illegal to request any DEALLOCATED
Engine
to pause
or resume
.
- See Also:
Engine
,
Engine.DEALLOCATED
,
pause
,
resume
EngineStateException
public EngineStateException()
- Constructs an
EngineStateException
with no detail message.
EngineStateException
public EngineStateException(String s)
- Constructs an
EngineStateException
with
the specified 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.