|
||||||||||
| 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
public class ClassificationException
Class ClassificationException indicates an error during classification process.
$Id: ClassificationException.java,v 1.12 2007/11/30 15:58:25 mokhov Exp $
| Field Summary |
|---|
| Fields inherited from class marf.util.MARFException |
|---|
strMessage |
| Constructor Summary | |
|---|---|
ClassificationException()
Constructs a default classification exception with the message the same as the class name. |
|
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 |
|---|
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 ClassificationException()
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 | |||||||||