|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.tuwien.ifs.feature.extraction.audio.FeatureExtractorException
public class FeatureExtractorException
Copyright Vienna University of Technology
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public FeatureExtractorException()
null
as its detail message.
public FeatureExtractorException(java.lang.String message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |