|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException marf.util.MARFRuntimeException
public class MARFRuntimeException
This class extends RuntimeException for MARF specifics.
$Id: MARFRuntimeException.java,v 1.2 2007/12/15 17:46:07 mokhov Exp $
Field Summary | |
---|---|
protected java.lang.String |
strMessage
Our own error message container. |
Constructor Summary | |
---|---|
MARFRuntimeException()
Default MARF exception. |
|
MARFRuntimeException(java.lang.Exception poException)
Wraps Exception object around. |
|
MARFRuntimeException(java.lang.String pstrMessage)
Generic exception. |
|
MARFRuntimeException(java.lang.String pstrMessage,
java.lang.Exception poException)
This is used for debug purposes only with some unusual Exception's. |
Method Summary | |
---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
java.lang.String |
getMessage()
Returns string representation of the error message. |
java.lang.String |
toString()
Override toString() to display our 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 |
Field Detail |
---|
protected java.lang.String strMessage
Constructor Detail |
---|
public MARFRuntimeException()
public MARFRuntimeException(java.lang.String pstrMessage)
pstrMessage
- Error message stringpublic MARFRuntimeException(java.lang.String pstrMessage, java.lang.Exception poException)
pstrMessage
- Error message stringpoException
- Exception object to dumppublic MARFRuntimeException(java.lang.Exception poException)
poException
- Exception to wrap aroundMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString()
to display our message.
toString
in class java.lang.Throwable
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |