|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception marf.util.MARFException marf.Preprocessing.PreprocessingException
public class PreprocessingException
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 $
Field Summary |
---|
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 |
Constructor Detail |
---|
public PreprocessingException()
public PreprocessingException(java.lang.String pstrMessage)
pstrMessage
- Error message stringpublic PreprocessingException(java.lang.Exception poException)
poException
- the exception to wrappublic PreprocessingException(java.lang.String pstrMessage, java.lang.Exception poException)
pstrMessage
- the customized messagepoException
- the exception to wrapMethod Detail |
---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |