edu.cmu.sphinx.frontend
Class DataProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.cmu.sphinx.frontend.DataProcessingException
All Implemented Interfaces:
java.io.Serializable

public class DataProcessingException
extends java.lang.Exception

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.
 
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