hmi.elckerlyc.speechengine
Class SpeechUnitPlanningException

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

public class SpeechUnitPlanningException
extends Exception

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
private  SpeechUnit su
           
 
Constructor Summary
SpeechUnitPlanningException(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

SpeechUnitPlanningException

public SpeechUnitPlanningException(String str,
                                   SpeechUnit s)
Method Detail

getSpeechUnit

public final SpeechUnit getSpeechUnit()