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, IMARFException

public class PreprocessingException
extends MARFException

Class PreprocessingException indicates an error in one of the preprocessing modules if an error happens somewhere throughout the process.

$Id: PreprocessingException.java,v 1.11 2006/09/03 21:29:33 mokhov Exp $

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

Field Summary
private static long serialVersionUID
          For serialization versioning.
 
Fields inherited from class marf.util.MARFException
strMessage
 
Constructor Summary
PreprocessingException()
          Default preprocessing exception with empty message.
PreprocessingException(java.lang.Exception poException)
          Preprocessing exception with wrapped exception of another type.
PreprocessingException(java.lang.String pstrMessage)
          Preprocessing exception.
PreprocessingException(java.lang.String pstrMessage, java.lang.Exception poException)
          Preprocessing exception with wrapped exception of another type and a customized error 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
For serialization versioning. When adding new members or make other structural changes regenerate this number with the serialver tool that comes with JDK.

Since:
0.3.0.4
See Also:
Constant Field Values
Constructor Detail

PreprocessingException

public PreprocessingException()
Default preprocessing exception with empty message.

Since:
0.3.0.5

PreprocessingException

public PreprocessingException(java.lang.String pstrMessage)
Preprocessing exception.

Parameters:
pstrMessage - Error message string

PreprocessingException

public PreprocessingException(java.lang.Exception poException)
Preprocessing exception with wrapped exception of another type.

Parameters:
poException - the exception to wrap
Since:
0.3.0.5

PreprocessingException

public PreprocessingException(java.lang.String pstrMessage,
                              java.lang.Exception poException)
Preprocessing exception with wrapped exception of another type and a customized error message.

Parameters:
pstrMessage - the customized message
poException - the exception to wrap
Since:
0.3.0.5
Method Detail

getMARFSourceCodeRevision

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

Returns:
revision string
Since:
0.3.0.2


SourceForge Logo