mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 03:21:05 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
89 lines
2.6 KiB
HTML
89 lines
2.6 KiB
HTML
<html><head>
|
|
<title>NSException</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSEnumerator.html">[Previous] </a>
|
|
<a href ="Base.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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>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>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">raise:format:</a></h3>
|
|
+ (void) <b>raise:</b> (NSString*)name <b>format:</b> (NSString*)format, ...;<br>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-3">description</a></h3>
|
|
- (NSString*) <b>description</b>;<br>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">name</a></h3>
|
|
- (NSString*) <b>name</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">raise</a></h3>
|
|
- (void) <b>raise</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">reason</a></h3>
|
|
- (NSString*) <b>reason</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">userInfo</a></h3>
|
|
- (NSDictionary*) <b>userInfo</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|