mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9280 72102866-910b-0410-8b05-ffd578937521
87 lines
2.5 KiB
XML
87 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
<gsdoc base="NSException" prev="NSEnumerator" next="NSFileHandle" up="Base">
|
|
<head>
|
|
<title>NSException</title>
|
|
<author name="Richard Frith-Macdonald">
|
|
<email address="rfm@gnu.org"/>
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
</author>
|
|
<version>$Revision$</version>
|
|
<date>$Date$</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSException</heading>
|
|
<class name="NSException" super="NSObject">
|
|
<declared>Foundation/NSException.h</declared>
|
|
<conform>NSCoding</conform>
|
|
<desc>
|
|
</desc>
|
|
<method type="NSException*" factory="yes">
|
|
<sel>exceptionWithName:</sel>
|
|
<arg type="NSString*">name</arg>
|
|
<sel>reason:</sel>
|
|
<arg type="NSString*">reason</arg>
|
|
<sel>userInfo:</sel>
|
|
<arg type="NSDictionary*">userInfo</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void" factory="yes">
|
|
<sel>raise:</sel>
|
|
<arg type="NSString*">name</arg>
|
|
<sel>format:</sel>
|
|
<arg type="NSString*">format</arg><vararg/>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void" factory="yes">
|
|
<sel>raise:</sel>
|
|
<arg type="NSString*">name</arg>
|
|
<sel>format:</sel>
|
|
<arg type="NSString*">format</arg>
|
|
<sel>arguments:</sel>
|
|
<arg type="va_list">argList</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>description</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithName:</sel>
|
|
<arg type="NSString*">name</arg>
|
|
<sel>reason:</sel>
|
|
<arg type="NSString*">reason</arg>
|
|
<sel>userInfo:</sel>
|
|
<arg type="NSDictionary*">userInfo</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>name</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>raise</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>reason</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSDictionary*">
|
|
<sel>userInfo</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|