hmi.elckerlyc.speechengine
Class SpeechUnitPlayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hmi.elckerlyc.PlayException
              extended by hmi.elckerlyc.speechengine.SpeechUnitPlayException
All Implemented Interfaces:
Serializable

public class SpeechUnitPlayException
extends PlayException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
private  SpeechUnit su
           
 
Constructor Summary
SpeechUnitPlayException(String str, SpeechUnit s)
           
 
Method Summary
 SpeechUnit getSpeechUnit()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

su

private final SpeechUnit su
Constructor Detail

SpeechUnitPlayException

public SpeechUnitPlayException(String str,
                               SpeechUnit s)
Method Detail

getSpeechUnit

public final SpeechUnit getSpeechUnit()