~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to help/api/toConnection__exception.html

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML>
2
 
<HEAD>
3
 
<TITLE>class exception</TITLE>
4
 
 
5
 
<META NAME="Generator" CONTENT="KDOC ">
6
 
</HEAD>
7
 
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
8
 
<TABLE WIDTH="100%" BORDER="0">
9
 
<TR>
10
 
<TD>
11
 
        <TABLE BORDER="0">
12
 
                <TR><TD valign="top" align="left" cellspacing="10">
13
 
                <h1>class exception</h1>
14
 
                </TD>
15
 
                <TD valign="top" align="right" colspan="1"> Class that could be used to throw exceptions in connection errors. <small><A HREF="#longdesc">More...</A></small></TD></TR>
16
 
        </TABLE>
17
 
        <HR>
18
 
        <TABLE BORDER="0">
19
 
                <TR><TH>Full name</TH><TD><code><A HREF="toConnection.html">toConnection</A>::exception</code></TD></TR>
20
 
<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="toconnection_h.html">toconnection.h</A>&gt;</code></TD></TR>
21
 
<TR><TH>Inherits</TH><TD><A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> <small>(qt)</small> <small>[public ]</small></TD></TR>
22
 
<TR><TH><A HREF="full-list-toConnection__exception.html">List of all Methods</A></TH></TR>
23
 
        </TABLE>
24
 
        </TD>
25
 
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
26
 
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
27
 
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
28
 
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
29
 
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
30
 
</TABLE></TD></TR></TABLE>
31
 
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref2">exception</A></b> (const <A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &str,int offset=-1) 
32
 
</LI>
33
 
<LI>int &nbsp;<b><A HREF="#ref3">offset</A></b> (void)  const
34
 
</LI>
35
 
<LI>void &nbsp;<b><A HREF="#ref4">setOffset</A></b> (int offset) 
36
 
</LI>
37
 
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p> Class that could be used to throw exceptions in connection errors. Must use if you
38
 
 want to indicate error offset.
39
 
   </p>
40
 
<A NAME="exception"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>exception</strong> (const <A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &str,int offset=-1)
41
 
<br></td><td align="right"><h3><strong>exception</strong></h3></td></tr></table><p></p><p> Create an exception with a string description.
42
 
     </p>
43
 
<A NAME="offset"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>int &nbsp;<strong>offset</strong> (void)
44
 
<br></td><td align="right"><h3><strong>offset</strong></h3></td></tr></table><p> <small>[const]</small></p><p> Get the offset of the error of the current statement.
45
 
     </p>
46
 
<A NAME="setOffset"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setOffset</strong> (int offset)
47
 
<br></td><td align="right"><h3><strong>setOffset</strong></h3></td></tr></table><p></p><p> Set the offset of the error of the error.
48
 
     </p>
49
 
<HR>
50
 
        <table>
51
 
        <tr><td><small>Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54.</small></td></tr>
52
 
        </table>
53
 
</BODY>
54
 
</HTML>