public class LinkLostException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Object |
source
The object which threw this exception.
|
| Constructor and Description |
|---|
LinkLostException(java.lang.Object source)
Constructor.
|
LinkLostException(java.lang.Object source,
java.lang.String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Object |
getSource()
Get the object which threw this exception.
|