|
||||||||||
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 marf.util.MARFException marf.gui.GUIException
public class GUIException
GUIException is a root of exception hierarchy in the exception processing of the GUI-related modules of MARF.
$Id: GUIException.java,v 1.2 2007/12/31 00:17:05 mokhov Exp $
Field Summary |
---|
Fields inherited from class marf.util.MARFException |
---|
strMessage |
Constructor Summary | |
---|---|
GUIException()
Default GUI exception. |
|
GUIException(java.lang.Exception poException)
Exception wrapper constructor. |
|
GUIException(java.lang.String pstrMessage)
Generic exception. |
|
GUIException(java.lang.String pstrMessage,
java.lang.Exception poException)
Accepts custom message and the exception object. |
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 |
Constructor Detail |
---|
public GUIException()
public GUIException(java.lang.String pstrMessage)
pstrMessage
- Error message stringpublic GUIException(java.lang.Exception poException)
poException
- Exception object to wrappublic GUIException(java.lang.String pstrMessage, java.lang.Exception poException)
pstrMessage
- custom error messagepoException
- exception happenedMethod Detail |
---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |