|
||||||||||
| 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.math.MathException
public class MathException
Indicates exceptional situations in MARF's math.
$Id: MathException.java,v 1.6 2007/12/18 03:45:42 mokhov Exp $
| 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 |
|---|
private static final long serialVersionUID
serialver tool that comes with JDK.
| Constructor Detail |
|---|
public MathException(java.lang.Exception poException)
poException - Exception to wrap around
public MathException(java.lang.String pstrMessage,
java.lang.Exception poException)
pstrMessage - additional information to addpoException - Exception to wrap aroundpublic MathException(java.lang.String pstrMessage)
pstrMessage - Error message string| Method Detail |
|---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||