marf.FeatureExtraction
Class FeatureExtractionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by marf.util.MARFException
              extended by 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

Field Summary
 
Fields inherited from class marf.util.MARFException
strMessage
 
Constructor Summary
FeatureExtractionException(java.lang.Exception poException)
          Encapsulation of another Exception object.
FeatureExtractionException(java.lang.String pstrMessage)
          Generic exception.
FeatureExtractionException(java.lang.String pstrMessage, java.lang.Exception poException)
          Encapsulation of another Exception object and a new message.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class marf.util.MARFException
create, create, create, create, getMessage, toString
 
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
 

Constructor Detail

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 add
poException - Exception to wrap around
Since:
0.3.0

FeatureExtractionException

public FeatureExtractionException(java.lang.String pstrMessage)
Generic exception.

Parameters:
pstrMessage - Error message string
Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string
Since:
0.3.0.2


SourceForge Logo