|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
System.SystemException
System.InvalidOperationException
System.ObjectDisposedException
public class ObjectDisposedException
The exception that is thrown when an operation is performed on a disposed object.
Constructor Summary | |
---|---|
ObjectDisposedException(java.lang.String objectName)
Initializes a new instance of the ObjectDisposedException class with a string containing the name of the disposed object. |
|
ObjectDisposedException(java.lang.String objectName,
java.lang.String message)
Initializes a new instance of the ObjectDisposedException class with the specified object name and message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectDisposedException(java.lang.String objectName)
objectName
- A string containing the name of the disposed object.public ObjectDisposedException(java.lang.String objectName, java.lang.String message)
objectName
- The name of the disposed object.message
- The error message that explains the reason for the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |