|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.Classification.ClassificationException
Class ClassificationException indicates an error during classification process.
$Id: ClassificationException.java,v 1.11 2005/08/11 00:44:50 mokhov Exp $
| Field Summary |
| Fields inherited from class marf.util.MARFException |
strMessage |
| Constructor Summary | |
ClassificationException(java.lang.Exception poException)
Replicates parent's constructor. |
|
ClassificationException(java.lang.String pstrMessage)
Generic exception. |
|
ClassificationException(java.lang.String pstrMessage,
java.lang.Exception poException)
Replicates parent's constructor. |
|
| Method Summary | |
static java.lang.String |
getMARFSourceCodeRevision()
Retrieves class' revision. |
| 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 |
public ClassificationException(java.lang.String pstrMessage)
pstrMessage - Error message stringpublic ClassificationException(java.lang.Exception poException)
poException - Exception object to encapsulate
public ClassificationException(java.lang.String pstrMessage,
java.lang.Exception poException)
pstrMessage - Error message stringpoException - Exception object to encapsulate| Method Detail |
public static java.lang.String getMARFSourceCodeRevision()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||