- Inherits from:
- java.lang.RuntimeException
- Package:
- com.apple.yellow.foundation
Description forthcoming.
- Constructors
- NSException
- Querying an NSException
- getStackTrace
- name
- toString
- userInfo
public NSException()
public NSException(String aString)
public NSException(
String name,
String reason,
Object userInfo)
public static String getStackTrace(Throwable anException)
public String name()
public String toString()
public Object userInfo()
null
if no
application-specific data exists. As an example, if a method's
return value caused the exception to be thrown, the return value
might be available to the exception handler through this method.