|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.webobjects.eoaccess.EOGeneralAdaptorException
A subclass of RuntimeException thrown by EOAccess. This is a generic exception. A more specific exception should be used if known.
Constructor Summary | |
EOGeneralAdaptorException(String message)
Constructs a EOGeneralAdaptorException with the specified detail message. |
|
EOGeneralAdaptorException(String name,
NSDictionary userInfo)
Constructs a EOGeneralAdaptorException with the specified name and a userInfo dictionary
of additional information. |
|
EOGeneralAdaptorException(String selectorName,
String className,
String message)
Constructs a new EOGeneralAdaptorException with the name of the selector (method) and class throwing the exception, and a detailed message about the exception. |
Method Summary | |
NSDictionary |
userInfo()
Returns the dictionary of arbitrary user information associated with the receiver. |
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 EOGeneralAdaptorException(String message)
message
- A detailed message about the exception.public EOGeneralAdaptorException(String name, NSDictionary userInfo)
name
and a userInfo
dictionary
of additional information.
name
- The name of the exception.userInfo
- Arbitrary additional information associated
with the exception.public EOGeneralAdaptorException(String selectorName, String className, String message)
selectorName
- The name of the method throwing the exception.className
- The name of the class throwing the exception.message
- A detailed message about the exception.Method Detail |
public NSDictionary userInfo()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |