~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSAssertionHandler.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head>
2
 
 <title>NSAssertionHandler</title>
3
 
</head>
4
 
<body>
5
 
<a href ="NSArray.html">[Previous] </a>
6
 
<a href ="Base.html">[Up] </a>
7
 
<a href ="NSAttributedString.html">[Next] </a>
8
 
<h1>NSAssertionHandler</h1>
9
 
<h3>Authors </h3>
10
 
 <dl>
11
 
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
12
 
<dd>
13
 
</dl>
14
 
<p>Version: $Revision: 1.13 $</p>
15
 
<p>Date: $Date: 2001/12/12 14:10:12 $</p>
16
 
<h2><a name ="cont-0">NSAssertionHandler</a></h2>
17
 
<h2><a name ="NSAssertionHandler">NSAssertionHandler</a></h2>
18
 
<p><b>Declared in: </b> Foundation/NSException.h</p>
19
 
<p><b>Inherits from: </b> NSObject</p>
20
 
<p><b>Conforms to: </b> NSObject
21
 
</p>
22
 
<hr>
23
 
 
24
 
          
25
 
<h2>Instance Variables </h2>
26
 
<ul>
27
 
</ul>
28
 
<h2>Methods </h2>
29
 
<ul>
30
 
<li ><a href ="NSAssertionHandler.html#method-0">+currentHandler</a>
31
 
<li ><a href ="NSAssertionHandler.html#method-1">-handleFailureInFunction:file:lineNumber:description:</a>
32
 
<li ><a href ="NSAssertionHandler.html#method-2">-handleFailureInMethod:object:file:lineNumber:description:</a>
33
 
</ul>
34
 
<hr><h2>Class Methods </h2>
35
 
<h3><a name ="method-0">currentHandler</a></h3>
36
 
+ (NSAssertionHandler*) <b>currentHandler</b>;<br>
37
 
 
38
 
          
39
 
 <hr>
40
 
<hr><h2>Instances Methods </h2>
41
 
<h3><a name ="method-1">handleFailureInFunction:file:lineNumber:description:</a></h3>
42
 
- (void) <b>handleFailureInFunction:</b> (NSString*)functionName <b>file:</b> (NSString*)fileName <b>lineNumber:</b> (int)line <b>description:</b> (NSString*)format, ...;<br>
43
 
 
44
 
          
45
 
 <hr>
46
 
<h3><a name ="method-2">handleFailureInMethod:object:file:lineNumber:description:</a></h3>
47
 
- (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>
48
 
 
49
 
          
50
 
 <hr>
51
 
</body>
52
 
 
53
 
 </html>