at.tuwien.ifs.feature.extraction.audio
Class FeatureExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.tuwien.ifs.feature.extraction.audio.FeatureExtractorException
All Implemented Interfaces:
java.io.Serializable

public class FeatureExtractorException
extends java.lang.Exception

Copyright Vienna University of Technology

Version:
$Id: FeatureExtractorException.java 155 2010-06-16 15:45:39Z frank $
Author:
Thomas Lidy
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FeatureExtractorException()
          Constructs a new exception with null as its detail message.
FeatureExtractorException(java.lang.String message)
          Constructs a new exception with the specified detail 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FeatureExtractorException

public FeatureExtractorException()
Constructs a new exception with null as its detail message.


FeatureExtractorException

public FeatureExtractorException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the getMessage() method.