com.speech4j.speech
Class SpeechException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.speech4j.speech.SpeechException
All Implemented Interfaces:
java.io.Serializable

public class SpeechException
extends java.lang.Exception

Exception representing HRESULT codes.

Version:
1.1
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
SpeechException(java.lang.String descr)
          Constructor.
 
Method Summary
 int getHRESULT()
          Returns HRESULT code for this exception
 
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

SpeechException

public SpeechException(java.lang.String descr)
Constructor.

Parameters:
descr - Description.
Method Detail

getHRESULT

public int getHRESULT()
Returns HRESULT code for this exception

Returns:
Result code.


Copyright © 2003 Pavel Vlasov. All Rights Reserved.