marf.Classification
Class ClassificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--marf.util.MARFException
                    |
                    +--marf.Classification.ClassificationException
All Implemented Interfaces:
java.io.Serializable

public class ClassificationException
extends MARFException

Class ClassificationException indicates an error during classification process.

$Id: ClassificationException.java,v 1.8 2005/05/30 11:59:46 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.8 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.util.MARFException
strMessage
 
Fields inherited from class java.lang.Exception
 
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 getRevision()
          Retrieves class' revision.
 
Methods inherited from class marf.util.MARFException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassificationException

public ClassificationException(java.lang.String pstrMessage)
Generic exception.

Parameters:
pstrMessage - Error message string

ClassificationException

public ClassificationException(java.lang.Exception poException)
Replicates parent's constructor.

Parameters:
poException - Exception object to encapsulate

ClassificationException

public ClassificationException(java.lang.String pstrMessage,
                               java.lang.Exception poException)
Replicates parent's constructor.

Parameters:
pstrMessage - Error message string
poException - Exception object to encapsulate
Method Detail

getRevision

public static java.lang.String getRevision()
Retrieves class' revision.

Returns:
revision string
Since:
0.3.0