2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSAssertionHandler</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-09-22 13:45:58 +00:00
|
|
|
<a href ="NSArray.html">[Previous]</a>
|
|
|
|
<a href ="Base.html">[Up]</a>
|
|
|
|
<a href ="NSAttributedString.html">[Next]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSAssertionHandler</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>
|
2001-03-03 10:00:31 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2><a name ="cont-0">NSAssertionHandler</a></h2>
|
|
|
|
<h2><a name ="NSAssertionHandler">NSAssertionHandler</a></h2>
|
|
|
|
<p><b>Declared in: </b> Foundation/NSException.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
|
|
<p><b>Conforms to: </b> NSObject
|
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 ="NSAssertionHandler.html#method-0">+currentHandler</a>
|
|
|
|
<li><a href ="NSAssertionHandler.html#method-1">-handleFailureInFunction:file:lineNumber:description:</a>
|
|
|
|
<li><a href ="NSAssertionHandler.html#method-2">-handleFailureInMethod:object:file:lineNumber:description:</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">currentHandler</a></h3>
|
|
|
|
+ (NSAssertionHandler*) <b>currentHandler</b>;<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-1">handleFailureInFunction:file:lineNumber:description:</a></h3>
|
|
|
|
- (void) <b>handleFailureInFunction:</b> (NSString*)functionName <b>file:</b> (NSString*)fileName <b>lineNumber:</b> (int)line <b>description:</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">handleFailureInMethod:object:file:lineNumber:description:</a></h3>
|
|
|
|
- (void) <b>handleFailureInMethod:</b> (SEL)selector <b>object:</b> (id)object <b>file:</b> (NSString*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (NSString*)format, ...;<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>
|