public class ObjectInvalidException
extends java.lang.Exception
| Constructor and Description |
|---|
ObjectInvalidException(java.lang.String message,
java.lang.Object invalidObject) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInvalidObject()
Retrieve the disposed object that cause the Exception
|