public class GMLException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected long |
code |
protected java.lang.String |
formatString |
protected java.lang.String |
messageKey |
| Constructor and Description |
|---|
GMLException() |
GMLException(java.lang.String file) |
GMLException(java.lang.String file,
java.lang.Throwable exception) |
GMLException(java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
void |
init() |
void |
setFilename(java.lang.String filename) |
protected java.util.Map |
values() |
protected java.lang.String formatString
protected java.lang.String messageKey
protected long code