marf.FeatureExtraction
Class FeatureExtractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.FeatureExtraction.FeatureExtractionException
- All Implemented Interfaces:
- java.io.Serializable, IMARFException
public class FeatureExtractionException
- extends MARFException
Class FeatureExtractionException.
$Id: FeatureExtractionException.java,v 1.9 2007/12/18 03:45:40 mokhov Exp $
- Since:
- 0.0.1
- Version:
- $Revision: 1.9 $
- Author:
- Serguei Mokhov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FeatureExtractionException
public FeatureExtractionException(java.lang.Exception poException)
- Encapsulation of another Exception object.
- Parameters:
poException
- Exception to wrap around- Since:
- 0.3.0
FeatureExtractionException
public FeatureExtractionException(java.lang.String pstrMessage,
java.lang.Exception poException)
- Encapsulation of another Exception object and a new message.
- Parameters:
pstrMessage
- additional information to addpoException
- Exception to wrap around- Since:
- 0.3.0
FeatureExtractionException
public FeatureExtractionException(java.lang.String pstrMessage)
- Generic exception.
- Parameters:
pstrMessage
- Error message string
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
- Returns:
- revision string
- Since:
- 0.3.0.2