uk.ac.ic.doc.automed.p2p.gui
Class GuiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.ic.doc.automed.InconsistentException
                  extended by uk.ac.ic.doc.automed.p2p.gui.GuiException
All Implemented Interfaces:
java.io.Serializable

public class GuiException
extends InconsistentException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.InconsistentException
initCause
 
Constructor Summary
GuiException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class uk.ac.ic.doc.automed.InconsistentException
newInconsistentException, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuiException

public GuiException(java.lang.String msg)