gui
Class GuiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gui.GuiException
All Implemented Interfaces:
java.io.Serializable

public class GuiException
extends java.lang.Exception

Exception throwed by user interface layer

Version:
1.0
Author:
Oscar Flores
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
GuiException()
           
GuiException(java.lang.String message)
           
GuiException(java.lang.String message, java.lang.Throwable cause)
           
GuiException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

GuiException

public GuiException()

GuiException

public GuiException(java.lang.String message)

GuiException

public GuiException(java.lang.Throwable cause)

GuiException

public GuiException(java.lang.String message,
                    java.lang.Throwable cause)