Statistics
| Revision:

root / trunk / docs / FMap / fmap-api / com / iver / cit / gvsig / fmap / DriverException.html @ 11445

History | View | Annotate | Download (10.4 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_04) on Mon Feb 14 08:45:47 CET 2005 -->
6
<TITLE>
7
DriverException (FMap API)
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.fmap.DriverException class">
11

    
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13

    
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="DriverException (FMap API)";
18
}
19
</SCRIPT>
20

    
21
</HEAD>
22

    
23
<BODY BGCOLOR="white" onload="windowTitle();">
24

    
25

    
26
<!-- ========= START OF TOP NAVBAR ======= -->
27
<A NAME="navbar_top"><!-- --></A>
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49

    
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;PREV CLASS&nbsp;
53
&nbsp;NEXT CLASS</FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="DriverException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67

    
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79

    
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
com.iver.cit.gvsig.fmap</FONT>
85
<BR>
86
Class DriverException</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.lang.Throwable
90
      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.lang.Exception
91
          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>com.iver.cit.gvsig.fmap.DriverException</B>
92
</PRE>
93
<DL>
94
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
95
</DL>
96
<HR>
97
<DL>
98
<DT>public class <B>DriverException</B><DT>extends java.lang.Exception</DL>
99

    
100
<P>
101
Excepci?n que indica un problema con los drivers. El problema concreto viene
102
 dado por la excepci?n hija
103
<P>
104

    
105
<P>
106
<DL>
107
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#com.iver.cit.gvsig.fmap.DriverException">Serialized Form</A></DL>
108
<HR>
109

    
110
<P>
111
<!-- ======== NESTED CLASS SUMMARY ======== -->
112

    
113

    
114
<!-- =========== FIELD SUMMARY =========== -->
115

    
116

    
117
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
118

    
119
<A NAME="constructor_summary"><!-- --></A>
120
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
122
<TD COLSPAN=2><FONT SIZE="+2">
123
<B>Constructor Summary</B></FONT></TD>
124
</TR>
125
<TR BGCOLOR="white" CLASS="TableRowColor">
126
<TD><CODE><B><A HREF="../../../../../com/iver/cit/gvsig/fmap/DriverException.html#DriverException(java.lang.String)">DriverException</A></B>(java.lang.String&nbsp;message)</CODE>
127

    
128
<BR>
129
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo DriverException</TD>
130
</TR>
131
<TR BGCOLOR="white" CLASS="TableRowColor">
132
<TD><CODE><B><A HREF="../../../../../com/iver/cit/gvsig/fmap/DriverException.html#DriverException(java.lang.String, java.lang.Throwable)">DriverException</A></B>(java.lang.String&nbsp;message,
133
                java.lang.Throwable&nbsp;cause)</CODE>
134

    
135
<BR>
136
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo DriverException</TD>
137
</TR>
138
<TR BGCOLOR="white" CLASS="TableRowColor">
139
<TD><CODE><B><A HREF="../../../../../com/iver/cit/gvsig/fmap/DriverException.html#DriverException(java.lang.Throwable)">DriverException</A></B>(java.lang.Throwable&nbsp;cause)</CODE>
140

    
141
<BR>
142
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo DriverException</TD>
143
</TR>
144
</TABLE>
145
&nbsp;
146
<!-- ========== METHOD SUMMARY =========== -->
147

    
148
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
149
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
151
<TD><B>Methods inherited from class java.lang.Throwable</B></TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD>
155
</TR>
156
</TABLE>
157
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
158
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
160
<TD><B>Methods inherited from class java.lang.Object</B></TD>
161
</TR>
162
<TR BGCOLOR="white" CLASS="TableRowColor">
163
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
164
</TR>
165
</TABLE>
166
&nbsp;
167
<P>
168

    
169
<!-- ============ FIELD DETAIL =========== -->
170

    
171

    
172
<!-- ========= CONSTRUCTOR DETAIL ======== -->
173

    
174
<A NAME="constructor_detail"><!-- --></A>
175
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
176
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
177
<TD COLSPAN=1><FONT SIZE="+2">
178
<B>Constructor Detail</B></FONT></TD>
179
</TR>
180
</TABLE>
181

    
182
<A NAME="DriverException(java.lang.String)"><!-- --></A><H3>
183
DriverException</H3>
184
<PRE>
185
public <B>DriverException</B>(java.lang.String&nbsp;message)</PRE>
186
<DL>
187
<DD>Crea un nuevo DriverException
188
<P>
189
<DT><B>Parameters:</B><DD><CODE>message</CODE> - </DL>
190
<HR>
191

    
192
<A NAME="DriverException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
193
DriverException</H3>
194
<PRE>
195
public <B>DriverException</B>(java.lang.String&nbsp;message,
196
                       java.lang.Throwable&nbsp;cause)</PRE>
197
<DL>
198
<DD>Crea un nuevo DriverException
199
<P>
200
<DT><B>Parameters:</B><DD><CODE>message</CODE> - <DD><CODE>cause</CODE> - </DL>
201
<HR>
202

    
203
<A NAME="DriverException(java.lang.Throwable)"><!-- --></A><H3>
204
DriverException</H3>
205
<PRE>
206
public <B>DriverException</B>(java.lang.Throwable&nbsp;cause)</PRE>
207
<DL>
208
<DD>Crea un nuevo DriverException
209
<P>
210
<DT><B>Parameters:</B><DD><CODE>cause</CODE> - </DL>
211

    
212
<!-- ============ METHOD DETAIL ========== -->
213

    
214
<!-- ========= END OF CLASS DATA ========= -->
215
<HR>
216

    
217

    
218
<!-- ======= START OF BOTTOM NAVBAR ====== -->
219
<A NAME="navbar_bottom"><!-- --></A>
220
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
221
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
222
<TR>
223
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
224
<A NAME="navbar_bottom_firstrow"><!-- --></A>
225
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
226
  <TR ALIGN="center" VALIGN="top">
227
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
228
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
229
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
230
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
231
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
232
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
233
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
234
  </TR>
235
</TABLE>
236
</TD>
237
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
238
</EM>
239
</TD>
240
</TR>
241

    
242
<TR>
243
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
244
&nbsp;PREV CLASS&nbsp;
245
&nbsp;NEXT CLASS</FONT></TD>
246
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
247
  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
248
&nbsp;<A HREF="DriverException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
249
&nbsp;<SCRIPT type="text/javascript">
250
  <!--
251
  if(window==top) {
252
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
253
  }
254
  //-->
255
</SCRIPT>
256
<NOSCRIPT>
257
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
258
</NOSCRIPT>
259

    
260
</FONT></TD>
261
</TR>
262
<TR>
263
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
264
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
265
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
266
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
267
</TR>
268
</TABLE>
269
<A NAME="skip-navbar_bottom"></A>
270
<!-- ======== END OF BOTTOM NAVBAR ======= -->
271

    
272
<HR>
273

    
274
</BODY>
275
</HTML>