E | |
| Error [Udp] |
Exception Error is raised when the operating system cannot compleat
the requested operation, for example "Out of memory"
|
| Error [Tcp] |
Exception raised when the requested operation cannon be
currently completed by the operating system
|
| Error [Protocol] |
Exception raised when information given or received does not match protocol
|
| Error [Parser] |
Parser raises Error if it is unable to parse the given string.
|
| Error [Font] |
Exception raised when any font associated functions fail
|
L | |
| Lost [Tcp] |
Exception raised when a connection is lost.
|
Q | |
| Quit [Input] |
Exception Quit is raised when the player has requested quit either by
pressing Ctrl-C, trying to close the window, or by non-fatal signal
|
T | |
| Too_short [Serialize] |
Exception raised when the message is too short for the reader to read
it's value
|
U | |
| Unknown [Keys] |
Exception raised when the given keyname is not known
|