Attributes | Name and Description |
---|---|
|
caplin.core.Observable.FailedNotification(Object oObserver, String sMethodName, Object oException)
Constructs a new |
Attributes | Name and Description |
---|---|
|
String
getException()
Gets the exception that was thrown. |
|
String
getMethodName()
Gets the name of the method that was invoked. |
|
Object
getObserver()
Gets the observer that threw the exception. |
►
caplin.core.Observable.FailedNotification(Object oObserver, String sMethodName, Object oException)
Constructs a new Observable.FailedNotification
with the specified observer, method
name and exception.
Object | oObserver | The observer that threw the exception whilst processing a notification. |
String | sMethodName | The name of the method that was invoked. |
Object | oException | The exception that was thrown. |
►
String
getException()
Gets the exception that was thrown.
►
String
getMethodName()
Gets the name of the method that was invoked.
►
Object
getObserver()
Gets the observer that threw the exception.