Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1245 / docs / Andami / andami-api / com / iver / andami / ConfigurationException.html @ 40287

History | View | Annotate | Download (11 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 Fri May 13 11:46:19 CEST 2005 -->
6
<TITLE>
7
ConfigurationException
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.andami.ConfigurationException 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="ConfigurationException";
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="class-use/ConfigurationException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43
  </TR>
44
</TABLE>
45
</TD>
46
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47
</EM>
48
</TD>
49
</TR>
50

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

    
69
</FONT></TD>
70
</TR>
71
<TR>
72
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
73
  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>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
76
</TR>
77
</TABLE>
78
<A NAME="skip-navbar_top"></A>
79
<!-- ========= END OF TOP NAVBAR ========= -->
80

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

    
101
<P>
102
Indica que se ha producido un error accediendo a los ficheros de configuraci?n
103
 de la plicaci?n, de Andami o de los plugins
104
<P>
105

    
106
<P>
107
<DL>
108
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#com.iver.andami.ConfigurationException">Serialized Form</A></DL>
109
<HR>
110

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

    
114

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

    
117

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

    
120
<A NAME="constructor_summary"><!-- --></A>
121
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
122
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
123
<TD COLSPAN=2><FONT SIZE="+2">
124
<B>Constructor Summary</B></FONT></TD>
125
</TR>
126
<TR BGCOLOR="white" CLASS="TableRowColor">
127
<TD><CODE><B><A HREF="../../../com/iver/andami/ConfigurationException.html#ConfigurationException()">ConfigurationException</A></B>()</CODE>
128

    
129
<BR>
130
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131
</TR>
132
<TR BGCOLOR="white" CLASS="TableRowColor">
133
<TD><CODE><B><A HREF="../../../com/iver/andami/ConfigurationException.html#ConfigurationException(java.lang.String)">ConfigurationException</A></B>(java.lang.String&nbsp;message)</CODE>
134

    
135
<BR>
136
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DOCUMENT ME!</TD>
137
</TR>
138
<TR BGCOLOR="white" CLASS="TableRowColor">
139
<TD><CODE><B><A HREF="../../../com/iver/andami/ConfigurationException.html#ConfigurationException(java.lang.String, java.lang.Throwable)">ConfigurationException</A></B>(java.lang.String&nbsp;message,
140
                       java.lang.Throwable&nbsp;cause)</CODE>
141

    
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DOCUMENT ME!</TD>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD><CODE><B><A HREF="../../../com/iver/andami/ConfigurationException.html#ConfigurationException(java.lang.Throwable)">ConfigurationException</A></B>(java.lang.Throwable&nbsp;cause)</CODE>
147

    
148
<BR>
149
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DOCUMENT ME!</TD>
150
</TR>
151
</TABLE>
152
&nbsp;
153
<!-- ========== METHOD SUMMARY =========== -->
154

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

    
176
<!-- ============ FIELD DETAIL =========== -->
177

    
178

    
179
<!-- ========= CONSTRUCTOR DETAIL ======== -->
180

    
181
<A NAME="constructor_detail"><!-- --></A>
182
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184
<TD COLSPAN=1><FONT SIZE="+2">
185
<B>Constructor Detail</B></FONT></TD>
186
</TR>
187
</TABLE>
188

    
189
<A NAME="ConfigurationException()"><!-- --></A><H3>
190
ConfigurationException</H3>
191
<PRE>
192
public <B>ConfigurationException</B>()</PRE>
193
<DL>
194
</DL>
195
<HR>
196

    
197
<A NAME="ConfigurationException(java.lang.String)"><!-- --></A><H3>
198
ConfigurationException</H3>
199
<PRE>
200
public <B>ConfigurationException</B>(java.lang.String&nbsp;message)</PRE>
201
<DL>
202
<DD>DOCUMENT ME!
203
<P>
204
<DT><B>Parameters:</B><DD><CODE>message</CODE> - </DL>
205
<HR>
206

    
207
<A NAME="ConfigurationException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
208
ConfigurationException</H3>
209
<PRE>
210
public <B>ConfigurationException</B>(java.lang.String&nbsp;message,
211
                              java.lang.Throwable&nbsp;cause)</PRE>
212
<DL>
213
<DD>DOCUMENT ME!
214
<P>
215
<DT><B>Parameters:</B><DD><CODE>message</CODE> - <DD><CODE>cause</CODE> - </DL>
216
<HR>
217

    
218
<A NAME="ConfigurationException(java.lang.Throwable)"><!-- --></A><H3>
219
ConfigurationException</H3>
220
<PRE>
221
public <B>ConfigurationException</B>(java.lang.Throwable&nbsp;cause)</PRE>
222
<DL>
223
<DD>DOCUMENT ME!
224
<P>
225
<DT><B>Parameters:</B><DD><CODE>cause</CODE> - </DL>
226

    
227
<!-- ============ METHOD DETAIL ========== -->
228

    
229
<!-- ========= END OF CLASS DATA ========= -->
230
<HR>
231

    
232

    
233
<!-- ======= START OF BOTTOM NAVBAR ====== -->
234
<A NAME="navbar_bottom"><!-- --></A>
235
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
236
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
237
<TR>
238
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
239
<A NAME="navbar_bottom_firstrow"><!-- --></A>
240
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
241
  <TR ALIGN="center" VALIGN="top">
242
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
243
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
244
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
245
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ConfigurationException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
246
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
247
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
248
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
249
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
250
  </TR>
251
</TABLE>
252
</TD>
253
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
254
</EM>
255
</TD>
256
</TR>
257

    
258
<TR>
259
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
260
&nbsp;PREV CLASS&nbsp;
261
&nbsp;NEXT CLASS</FONT></TD>
262
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
263
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
264
&nbsp;<A HREF="ConfigurationException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
265
&nbsp;<SCRIPT type="text/javascript">
266
  <!--
267
  if(window==top) {
268
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
269
  }
270
  //-->
271
</SCRIPT>
272
<NOSCRIPT>
273
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
274
</NOSCRIPT>
275

    
276
</FONT></TD>
277
</TR>
278
<TR>
279
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
280
  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>
281
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
282
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
283
</TR>
284
</TABLE>
285
<A NAME="skip-navbar_bottom"></A>
286
<!-- ======== END OF BOTTOM NAVBAR ======= -->
287

    
288
<HR>
289

    
290
</BODY>
291
</HTML>