libs-base/Documentation/gsdoc/NSAssertionHandler.html

54 lines
2 KiB
HTML
Raw Normal View History

<html><head>
<title>NSAssertionHandler</title>
</head>
<body>
<a href="NSArray.html">[Previous]</a>
<a href="Base.html">[Up]</a>
<a href="NSAttributedString.html">[Next]</a>
<h1>NSAssertionHandler</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">NSAssertionHandler</a></h2>
<h2><a name="NSAssertionHandler">NSAssertionHandler</a></h2>
<p><b>Declared in:</b> Foundation/NSException.h</p>
<p><b>Inherits from:</b> <A HREF="NSObject.html#NSObject">NSObject</A></p>
<p><b>Conforms to:</b> NSObject
</p>
<hr>
<h2>Instance Variables</h2>
<ul>
</ul>
<h2>Methods</h2>
<ul>
<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>
</ul>
<hr><h2>Class Methods</h2>
<h3><a name="method-0">currentHandler</a></h3>
+ (<A HREF="NSAssertionHandler.html#NSAssertionHandler">NSAssertionHandler</A>*) <b>currentHandler</b>;<br>
<hr>
<hr><h2>Instances Methods</h2>
<h3><a name="method-1">handleFailureInFunction:file:lineNumber:description:</a></h3>
- (void) <b>handleFailureInFunction:</b> (<A HREF="NSString.html#NSString">NSString</A>*)functionName <b>file:</b> (<A HREF="NSString.html#NSString">NSString</A>*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (<A HREF="NSString.html#NSString">NSString</A>*)format, ...;<br>
<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> (<A HREF="NSString.html#NSString">NSString</A>*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (<A HREF="NSString.html#NSString">NSString</A>*)format, ...;<br>
<hr>
</body>
</html>