marf.Preprocessing
Class PreprocessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by marf.util.MARFException
              extended by marf.Preprocessing.PreprocessingException
All Implemented Interfaces:
java.io.Serializable

public class PreprocessingException
extends MARFException

Class PreprocessingException.

$Id: PreprocessingException.java,v 1.6 2005/06/16 19:58:46 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.6 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.util.MARFException
strMessage
 
Constructor Summary
PreprocessingException(java.lang.String pstrMessage)
          Preprocessing exception.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class marf.util.MARFException
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

PreprocessingException

public PreprocessingException(java.lang.String pstrMessage)
Preprocessing 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