mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 11:31:11 +00:00
85 lines
2.4 KiB
HTML
85 lines
2.4 KiB
HTML
|
<html><head>
|
||
|
<title>NSException</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="NSEnumerator.html">[Previous]</a>
|
||
|
<a href="Foundation.html">[Up]</a>
|
||
|
<a href="NSFileHandle.html">[Next]</a>
|
||
|
<h1>NSException</h1>
|
||
|
<h3>Authors</h3>
|
||
|
<dl>
|
||
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<p>Version: 0.1</p>
|
||
|
<p>Date: 28 February, 2000</p>
|
||
|
<h2><a name="cont-0">NSException</a></h2>
|
||
|
<h2><a name="NSException">NSException</a></h2>
|
||
|
<p><b>Declared in:</b> Foundation/NSException.h</p>
|
||
|
<p><b>Inherits from:</b> NSObject</p>
|
||
|
<p><b>Conforms to:</b> NSCoding
|
||
|
</p>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="NSException.html#method-0">+exceptionWithName:reason:userInfo:</a>
|
||
|
<li><a href="NSException.html#method-1">+raise:format:</a>
|
||
|
<li><a href="NSException.html#method-2">+raise:format:arguments:</a>
|
||
|
<li><a href="NSException.html#method-3">-description</a>
|
||
|
<li><a href="NSException.html#method-4">-initWithName:reason:userInfo:</a>
|
||
|
<li><a href="NSException.html#method-5">-name</a>
|
||
|
<li><a href="NSException.html#method-6">-raise</a>
|
||
|
<li><a href="NSException.html#method-7">-reason</a>
|
||
|
<li><a href="NSException.html#method-8">-userInfo</a>
|
||
|
</ul>
|
||
|
<hr>
|
||
|
<h2><a name="method-0">exceptionWithName:reason:userInfo:</a></h2>
|
||
|
+ (NSException*) <b>exceptionWithName:</b> (NSString*)name <b>reason:</b> (NSString*)reason <b>userInfo:</b> (NSDictionary*)userInfo<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-1">raise:format:</a></h2>
|
||
|
+ (void) <b>raise:</b> (NSString*)name <b>format:</b> (NSString*)format, ...<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-2">raise:format:arguments:</a></h2>
|
||
|
+ (void) <b>raise:</b> (NSString*)name <b>format:</b> (NSString*)format <b>arguments:</b> (va_list)argList<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-3">description</a></h2>
|
||
|
- (NSString*) <b>description</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-4">initWithName:reason:userInfo:</a></h2>
|
||
|
- (id) <b>initWithName:</b> (NSString*)name <b>reason:</b> (NSString*)reason <b>userInfo:</b> (NSDictionary*)userInfo<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-5">name</a></h2>
|
||
|
- (NSString*) <b>name</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-6">raise</a></h2>
|
||
|
- (void) <b>raise</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-7">reason</a></h2>
|
||
|
- (NSString*) <b>reason</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-8">userInfo</a></h2>
|
||
|
- (NSDictionary*) <b>userInfo</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
</body>
|
||
|
|
||
|
</html>
|