marf.gui
Class GUIException

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

public class GUIException
extends MARFException

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 $

Since:
0.3.0.6
Version:
$Revision: 1.2 $
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
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
 

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.

See Also:
Constant Field Values
Constructor Detail

GUIException

public GUIException()
Default GUI exception.


GUIException

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

Parameters:
pstrMessage - Error message string

GUIException

public GUIException(java.lang.Exception poException)
Exception wrapper constructor.

Parameters:
poException - Exception object to wrap

GUIException

public GUIException(java.lang.String pstrMessage,
                    java.lang.Exception poException)
Accepts custom message and the exception object.

Parameters:
pstrMessage - custom error message
poException - exception happened
Method Detail

getMARFSourceCodeRevision

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

Returns:
revision string


SourceForge Logo