2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSException</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-09-22 13:45:58 +00:00
|
|
|
<a href ="NSEnumerator.html">[Previous]</a>
|
|
|
|
<a href ="Base.html">[Up]</a>
|
|
|
|
<a href ="NSFileHandle.html">[Next]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSException</h1>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
2000-09-22 13:45:58 +00:00
|
|
|
<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
|
2000-03-05 17:39:33 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-09-15 19:56:39 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Methods </h2>
|
2000-03-05 17:39:33 +00:00
|
|
|
<ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<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>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">exceptionWithName:reason:userInfo:</a></h3>
|
|
|
|
+ (NSException*) <b>exceptionWithName:</b> (NSString*)name <b>reason:</b> (NSString*)reason <b>userInfo:</b> (NSDictionary*)userInfo;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">raise:format:</a></h3>
|
|
|
|
+ (void) <b>raise:</b> (NSString*)name <b>format:</b> (NSString*)format, ...;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">raise:format:arguments:</a></h3>
|
|
|
|
+ (void) <b>raise:</b> (NSString*)name <b>format:</b> (NSString*)format <b>arguments:</b> (va_list)argList;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-3">description</a></h3>
|
|
|
|
- (NSString*) <b>description</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">initWithName:reason:userInfo:</a></h3>
|
|
|
|
- (id) <b>initWithName:</b> (NSString*)name <b>reason:</b> (NSString*)reason <b>userInfo:</b> (NSDictionary*)userInfo;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">name</a></h3>
|
|
|
|
- (NSString*) <b>name</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">raise</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (void) <b>raise</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">reason</a></h3>
|
|
|
|
- (NSString*) <b>reason</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-8">userInfo</a></h3>
|
|
|
|
- (NSDictionary*) <b>userInfo</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:33 +00:00
|
|
|
</body>
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
</html>
|