public class GuiException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
GuiException(java.lang.String message)
Constructor for creating an Exception for all Exceptions caused by the gui.
|
GuiException(java.lang.String message,
java.lang.Exception causeE)
Constructor for creating an Exception for all Exceptions caused by the gui.
|
private static final long serialVersionUID
public GuiException(java.lang.String message,
java.lang.Exception causeE)
causeE - The original exception caused by java.message - The message to set.public GuiException(java.lang.String message)
message - The message to set.