|
|||||||||
| Home >> All >> marf >> [ Preprocessing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
marf.Preprocessing
Class PreprocessingException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.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
serialvertool 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
|
|||||||||
| Home >> All >> marf >> [ Preprocessing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC