edu.cmu.sphinx.frontend
Class DataProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.cmu.sphinx.frontend.DataProcessingException
All Implemented Interfaces:
java.io.Serializable

public class DataProcessingException
extends java.lang.RuntimeException

Thrown to indicate that a DataProcessor has problems processing incoming Data objects.

See Also:
Serialized Form

Constructor Summary
DataProcessingException()
          Constructs a DataProcessingException with no detailed message.
DataProcessingException(java.lang.String message)
          Constructs a DataProcessingException with the specified detailed message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataProcessingException

public DataProcessingException()
Constructs a DataProcessingException with no detailed message.


DataProcessingException

public DataProcessingException(java.lang.String message)
Constructs a DataProcessingException with the specified detailed message.

Parameters:
message - the detailed message