marf.math
Class MathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
marf.util.MARFException
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
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. |
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 |
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 addpoException
- Exception to wrap around
MathException
public MathException(java.lang.String pstrMessage)
- Generic exception.
- Parameters:
pstrMessage
- Error message string
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
- Returns:
- revision string