]> git.ipfire.org Git - thirdparty/cups.git/blame - scripting/java/docs/com/easysw/cups/IPPError.html
Add missing files for test.
[thirdparty/cups.git] / scripting / java / docs / com / easysw / cups / IPPError.html
CommitLineData
ef416fc2 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc on Tue Feb 11 14:29:07 PST 2003 -->
6<TITLE>
7: Class IPPError
8</TITLE>
9<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
10</HEAD>
11<BODY BGCOLOR="white">
12
13<!-- ========== START OF NAVBAR ========== -->
14<A NAME="navbar_top"><!-- --></A>
15<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16<TR>
17<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18<A NAME="navbar_top_firstrow"><!-- --></A>
19<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20 <TR ALIGN="center" VALIGN="top">
21 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
22 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
23 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
26 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27 </TR>
28</TABLE>
29</TD>
30<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
31</EM>
32</TD>
33</TR>
34
35<TR>
36<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
37&nbsp;<A HREF="../../../com/easysw/cups/IPPDefs.html"><B>PREV CLASS</B></A>&nbsp;
38&nbsp;<A HREF="../../../com/easysw/cups/IPPHttp.html"><B>NEXT CLASS</B></A></FONT></TD>
39<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
40 <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
41&nbsp;<A HREF="IPPError.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
42</TR>
43<TR>
44<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
45 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
46<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
47DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
48</TR>
49</TABLE>
50<!-- =========== END OF NAVBAR =========== -->
51
52<HR>
53<!-- ======== START OF CLASS DATA ======== -->
54<H2>
55<FONT SIZE="-1">
56com.easysw.cups</FONT>
57<BR>
58Class IPPError</H2>
59<PRE>
60java.lang.Object
61 |
62 +--<B>com.easysw.cups.IPPError</B>
63</PRE>
64<HR>
65<DL>
66<DT>public class <B>IPPError</B><DT>extends java.lang.Object</DL>
67
68<P>
69<HR>
70
71<P>
72<!-- ======== INNER CLASS SUMMARY ======== -->
73
74
75<!-- =========== FIELD SUMMARY =========== -->
76
77
78<!-- ======== CONSTRUCTOR SUMMARY ======== -->
79
80<A NAME="constructor_summary"><!-- --></A>
81<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
82<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
83<TD COLSPAN=2><FONT SIZE="+2">
84<B>Constructor Summary</B></FONT></TD>
85</TR>
86<TR BGCOLOR="white" CLASS="TableRowColor">
87<TD><CODE><B><A HREF="../../../com/easysw/cups/IPPError.html#IPPError(int)">IPPError</A></B>(int&nbsp;p_error)</CODE>
88
89<BR>
90&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor that sets <code>error_string</code> after creation.</TD>
91</TR>
92</TABLE>
93&nbsp;
94<!-- ========== METHOD SUMMARY =========== -->
95
96<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
97<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
98<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
99<TD><B>Methods inherited from class java.lang.Object</B></TD>
100</TR>
101<TR BGCOLOR="white" CLASS="TableRowColor">
102<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
103</TR>
104</TABLE>
105&nbsp;
106<P>
107
108<!-- ============ FIELD DETAIL =========== -->
109
110
111<!-- ========= CONSTRUCTOR DETAIL ======== -->
112
113<A NAME="constructor_detail"><!-- --></A>
114<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
115<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116<TD COLSPAN=1><FONT SIZE="+2">
117<B>Constructor Detail</B></FONT></TD>
118</TR>
119</TABLE>
120
121<A NAME="IPPError(int)"><!-- --></A><H3>
122IPPError</H3>
123<PRE>
124public <B>IPPError</B>(int&nbsp;p_error)</PRE>
125<DL>
126<DD>Constructor that sets <code>error_string</code> after creation.<DD><DL>
127<DT><B>Parameters:</B><DD><CODE><code>error_number</code></CODE> - Error number to convert.<DT><B>See Also: </B><DD><code>IPPDefs</code></DL>
128</DD>
129</DL>
130
131<!-- ============ METHOD DETAIL ========== -->
132
133<!-- ========= END OF CLASS DATA ========= -->
134<HR>
135
136<!-- ========== START OF NAVBAR ========== -->
137<A NAME="navbar_bottom"><!-- --></A>
138<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
139<TR>
140<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
141<A NAME="navbar_bottom_firstrow"><!-- --></A>
142<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
143 <TR ALIGN="center" VALIGN="top">
144 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
145 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
148 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
149 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
150 </TR>
151</TABLE>
152</TD>
153<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
154</EM>
155</TD>
156</TR>
157
158<TR>
159<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
160&nbsp;<A HREF="../../../com/easysw/cups/IPPDefs.html"><B>PREV CLASS</B></A>&nbsp;
161&nbsp;<A HREF="../../../com/easysw/cups/IPPHttp.html"><B>NEXT CLASS</B></A></FONT></TD>
162<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
163 <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
164&nbsp;<A HREF="IPPError.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
165</TR>
166<TR>
167<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
168 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
169<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
170DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
171</TR>
172</TABLE>
173<!-- =========== END OF NAVBAR =========== -->
174
175<HR>
176
177</BODY>
178</HTML>