marf.Classification
Class ClassificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by marf.util.MARFException
              extended by marf.Classification.ClassificationException
All Implemented Interfaces:
java.io.Serializable, IMARFException

public class ClassificationException
extends MARFException

Class ClassificationException indicates an error during classification process.

$Id: ClassificationException.java,v 1.12 2007/11/30 15:58:25 mokhov Exp $

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

Field Summary
private static long serialVersionUID
          For serialization versioning.
 
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
 

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 serialver tool that comes with JDK.

Since:
0.3.0.4
See Also:
Constant Field Values
Constructor Detail

ClassificationException

public ClassificationException()
Constructs a default classification exception with the message the same as the class name.

Since:
0.3.0.6

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

getMARFSourceCodeRevision

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

Returns:
revision string
Since:
0.3.0.2


SourceForge Logo