Author: nick
Date: Thu Sep 15 10:40:39 2016
New Revision: 1760916
URL: http://svn.apache.org/viewvc?rev=1760916&view=rev
Log:
Republish javadocs
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/NotOfficeXmlFileException.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipHelper.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FormulaError.html
poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html
Thu Sep 15 10:40:39 2016
@@ -78,6 +78,10 @@
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><a
href="#org.apache.poi.openxml4j.opc">org.apache.poi.openxml4j.opc</a></td>
+<td class="colLast"> </td>
+</tr>
+<tr class="altColor">
<td class="colFirst"><a
href="#org.apache.poi.openxml4j.opc.internal">org.apache.poi.openxml4j.opc.internal</a></td>
<td class="colLast"> </td>
</tr>
@@ -105,6 +109,27 @@
</td>
</tr>
</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.openxml4j.opc">
+<!-- -->
+</a>
+<h3>Uses of <a
href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidOperationException</a> in <a
href="../../../../../../org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
methods, and an explanation">
+<caption><span>Methods in <a
href="../../../../../../org/apache/poi/openxml4j/opc/package-summary.html">org.apache.poi.openxml4j.opc</a>
that throw <a
href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html"
title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></code></td>
+<td class="colLast"><span class="strong">OPCPackage.</span><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html#open(java.lang.String,%20org.apache.poi.openxml4j.opc.PackageAccess)">open</a></strong>(java.lang.String path,
+ <a
href="../../../../../../org/apache/poi/openxml4j/opc/PackageAccess.html"
title="enum in
org.apache.poi.openxml4j.opc">PackageAccess</a> access)</code>
+<div class="block">Open a package.</div>
+</td>
+</tr>
+</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.poi.openxml4j.opc.internal">
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/NotOfficeXmlFileException.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/NotOfficeXmlFileException.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/NotOfficeXmlFileException.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/NotOfficeXmlFileException.html
Thu Sep 15 10:40:39 2016
@@ -126,6 +126,13 @@
</tr>
<tbody>
<tr class="altColor">
+<td class="colFirst"><code>static java.util.zip.ZipFile</code></td>
+<td class="colLast"><span class="strong">ZipHelper.</span><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ZipHelper.html#openZipFile(java.io.File)">openZipFile</a></strong>(java.io.File file)</code>
+<div class="block">Opens the specified file as a secure zip, or returns null
if no
+ such file exists</div>
+</td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">ZipHelper.</span><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ZipHelper.html#verifyZipHeader(java.io.InputStream)">verifyZipHeader</a></strong>(java.io.InputStream stream)</code>
<div class="block">Verifies that the given stream starts with a Zip
structure.</div>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/package-use.html
Thu Sep 15 10:40:39 2016
@@ -253,6 +253,11 @@
<td class="colOne"><a
href="../../../../../org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html#org.apache.poi.openxml4j.opc">InvalidFormatException</a> </td>
</tr>
<tr class="rowColor">
+<td class="colOne"><a
href="../../../../../org/apache/poi/openxml4j/exceptions/class-use/InvalidOperationException.html#org.apache.poi.openxml4j.opc">InvalidOperationException</a>
+<div class="block">Throw when an invalid operation is done.</div>
+</td>
+</tr>
+<tr class="altColor">
<td class="colOne"><a
href="../../../../../org/apache/poi/openxml4j/exceptions/class-use/OpenXML4JException.html#org.apache.poi.openxml4j.opc">OpenXML4JException</a>
<div class="block">Global exception throws when a critical error occurs.</div>
</td>
Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html Thu
Sep 15 10:40:39 2016
@@ -798,13 +798,15 @@ implements <a href="../../../../../org/a
<h4>open</h4>
<pre>public static <a
href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class
in
org.apache.poi.openxml4j.opc">OPCPackage</a> open(java.lang.String path,
<a
href="../../../../../org/apache/poi/openxml4j/opc/PackageAccess.html"
title="enum in org.apache.poi.openxml4j.opc">PackageAccess</a> access)
- throws <a
href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre>
+ throws <a
href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>,
+ <a
href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></pre>
<div class="block">Open a package.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> -
The document path.</dd><dd><code>access</code> - PackageBase access.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A PackageBase object, else
<b>null</b>.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a
href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - If the
specified file doesn't exist, and a parsing error
- occur.</dd></dl>
+ occur.</dd>
+<dd><code><a
href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code></dd></dl>
</li>
</ul>
<a name="open(java.io.File, org.apache.poi.openxml4j.opc.PackageAccess)">
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipHelper.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipHelper.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipHelper.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipHelper.html
Thu Sep 15 10:40:39 2016
@@ -337,13 +337,15 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>openZipFile</h4>
<pre>public
static java.util.zip.ZipFile openZipFile(java.io.File file)
- throws java.io.IOException</pre>
+ throws java.io.IOException,
+ <a
href="../../../../../../org/apache/poi/openxml4j/exceptions/NotOfficeXmlFileException.html"
title="class in
org.apache.poi.openxml4j.exceptions">NotOfficeXmlFileException</a></pre>
<div class="block">Opens the specified file as a secure zip, or returns null
if no
such file exists</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> -
The file to open.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The zip archive freshly
open.</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - if the zip file cannot be opened or
closed to read the header signature</dd>
+<dd><code><a
href="../../../../../../org/apache/poi/openxml4j/exceptions/NotOfficeXmlFileException.html"
title="class in
org.apache.poi.openxml4j.exceptions">NotOfficeXmlFileException</a></code> - if
stream does not start with zip header signature</dd></dl>
</li>
</ul>
<a name="openZipFile(java.lang.String)">
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html
Thu Sep 15 10:40:39 2016
@@ -849,8 +849,10 @@ extends java.util.zip.ZipFile</pre>
<h4>ZipSecureFile</h4>
<pre>public ZipSecureFile(java.io.File file,
int mode)
- throws java.io.IOException</pre>
+ throws java.util.zip.ZipException,
+ java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.util.zip.ZipException</code></dd>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
@@ -861,8 +863,10 @@ extends java.util.zip.ZipFile</pre>
<li class="blockList">
<h4>ZipSecureFile</h4>
<pre>public ZipSecureFile(java.io.File file)
- throws java.io.IOException</pre>
+ throws java.util.zip.ZipException,
+ java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.util.zip.ZipException</code></dd>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
@@ -873,8 +877,10 @@ extends java.util.zip.ZipFile</pre>
<li class="blockList">
<h4>ZipSecureFile</h4>
<pre>public ZipSecureFile(java.lang.String name)
- throws java.io.IOException</pre>
+ throws java.util.zip.ZipException,
+ java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.util.zip.ZipException</code></dd>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FormulaError.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FormulaError.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FormulaError.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/FormulaError.html Thu
Sep 15 10:40:39 2016
@@ -487,7 +487,10 @@ not permitted.)</div>
<ul class="blockList">
<li class="blockList">
<h4>forInt</h4>
-<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in
org.apache.poi.ss.usermodel">FormulaError</a> forInt(byte type)</pre>
+<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in org.apache.poi.ss.usermodel">FormulaError</a> forInt(byte type)
+ throws java.lang.IllegalArgumentException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code></dd></dl>
</li>
</ul>
<a name="forInt(int)">
@@ -496,7 +499,10 @@ not permitted.)</div>
<ul class="blockList">
<li class="blockList">
<h4>forInt</h4>
-<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in
org.apache.poi.ss.usermodel">FormulaError</a> forInt(int type)</pre>
+<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in org.apache.poi.ss.usermodel">FormulaError</a> forInt(int type)
+ throws java.lang.IllegalArgumentException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code></dd></dl>
</li>
</ul>
<a name="forString(java.lang.String)">
@@ -505,7 +511,10 @@ not permitted.)</div>
<ul class="blockListLast">
<li class="blockList">
<h4>forString</h4>
-<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in
org.apache.poi.ss.usermodel">FormulaError</a> forString(java.lang.String code)</pre>
+<pre>public static <a
href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum
in
org.apache.poi.ss.usermodel">FormulaError</a> forString(java.lang.String code)
+ throws java.lang.IllegalArgumentException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code></dd></dl>
</li>
</ul>
</li>
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html?rev=1760916&r1=1760915&r2=1760916&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html Thu
Sep 15 10:40:39 2016
@@ -1009,7 +1009,8 @@ public <a href="../../../../../org/
<ul class="blockList">
<li class="blockList">
<h4>getErrorCellString</h4>
-<pre>public java.lang.String getErrorCellString()</pre>
+<pre>public java.lang.String getErrorCellString()
+ throws
java.lang.IllegalStateException</pre>
<div class="block">Returns the error message, such as #VALUE!</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the error message such as
#VALUE!</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -1022,7 +1023,8 @@ public <a href="../../../../../org/
<ul class="blockList">
<li class="blockList">
<h4>getErrorCellValue</h4>
-<pre>public byte getErrorCellValue()</pre>
+<pre>public byte getErrorCellValue()
+ throws java.lang.IllegalStateException</pre>
<div class="block">Get the value of the cell as an error code.
<p>
For strings, numbers, and booleans, we throw an exception.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]