libs-base/Documentation/gsdoc/NSAssertionHandler.html
Richard Frith-Macdonald 45388db20c Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

53 lines
1.8 KiB
HTML

<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: $Revision$</p>
<p>Date: $Date$</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> NSObject</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>
+ (NSAssertionHandler*) <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> (NSString*)functionName <b>file:</b> (NSString*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (NSString*)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> (NSString*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (NSString*)format, ...;<br>
<hr>
</body>
</html>