Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

marf.Preprocessing
Class PreprocessingException  view PreprocessingException download PreprocessingException.java

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

public class PreprocessingException
extends marf.util.MARFException

Class PreprocessingException.

$Id: PreprocessingException.java,v 1.9 2005/08/14 01:15:55 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.9 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          For serialization versioning.
 
Fields inherited from class marf.util.MARFException
strMessage
 
Fields inherited from class java.lang.Throwable
 
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
 

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

Method Detail

getMARFSourceCodeRevision

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

Since:
0.3.0