|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
ObjectNotFoundException
public class ObjectNotFoundException
An exception thrown when an object on which to invoke a method can not
be found. The CallMethod.resolveObject() call throws this exception.
| Constructor Summary | |
|---|---|
ObjectNotFoundException()
Construct an ObjectNotFoundException. |
|
ObjectNotFoundException(String message)
Construct an ObjectNotFoundException with the given message. |
|
ObjectNotFoundException(String message,
Throwable cause)
Construct an ObjectNotFoundException with the given message and cause. |
|
ObjectNotFoundException(String message,
Throwable cause,
String objectName)
Construct an ObjectNotFoundException with the given message, cause, and objectName. |
|
ObjectNotFoundException(Throwable cause)
Construct an ObjectNotFoundException with the given cause |
|
| Method Summary | |
|---|---|
String |
getObjectName()
Get the name of the object whose lookup failed. |
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectNotFoundException()
public ObjectNotFoundException(String message)
message - a String containing the text of the exception messagepublic ObjectNotFoundException(Throwable cause)
cause - a Throwable that interfered with the normal lookup of an object.
public ObjectNotFoundException(String message,
Throwable cause)
message and cause.
message - a String containing the text of the exception messagecause - a Throwable that interfered with the normal lookup of an object.
public ObjectNotFoundException(String message,
Throwable cause,
String objectName)
message, cause, and objectName.
message - a String containing the text of the exception messagecause - a Throwable that interfered with the normal lookup of an object.objectName - the identifier of the object which could not be looked-up.| Method Detail |
|---|
public String getObjectName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||