marf.math
Class MathException

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

public class MathException
extends MARFException

Indicates exceptional situations in MARF's math.

$Id: MathException.java,v 1.6 2007/12/18 03:45:42 mokhov Exp $

Since:
0.3.0.2
Version:
$Revision: 1.6 $
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
MathException(java.lang.Exception poException)
          Encapsulation of another Exception object.
MathException(java.lang.String pstrMessage)
          Generic exception.
MathException(java.lang.String pstrMessage, java.lang.Exception poException)
          Encapsulation of another Exception object and a new 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
 

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

MathException

public MathException(java.lang.Exception poException)
Encapsulation of another Exception object.

Parameters:
poException - Exception to wrap around

MathException

public MathException(java.lang.String pstrMessage,
                     java.lang.Exception poException)
Encapsulation of another Exception object and a new message.

Parameters:
pstrMessage - additional information to add
poException - Exception to wrap around

MathException

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

Parameters:
pstrMessage - Error message string
Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string


SourceForge Logo