You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/12/20 06:20:59 UTC

svn commit: r1775211 - in /poi/site/publish/apidocs/org/apache/poi/openxml4j/opc: OPCPackage.html ZipPackage.html

Author: nick
Date: Tue Dec 20 06:20:59 2016
New Revision: 1775211

URL: http://svn.apache.org/viewvc?rev=1775211&view=rev
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/OPCPackage.html
    poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/ZipPackage.html

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=1775211&r1=1775210&r2=1775211&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 Tue Dec 20 06:20:59 2016
@@ -810,7 +810,8 @@ implements <a href="../../../../../org/a
 <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>
-<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code></dd></dl>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code> - If the zip file cannot be opened.</dd>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the package is not valid.</dd></dl>
 </li>
 </ul>
 <a name="open(java.io.File, org.apache.poi.openxml4j.opc.PackageAccess)">
@@ -1069,7 +1070,7 @@ implements <a href="../../../../../org/a
   Compliance with Rule M4.1, and ignore all others silently too.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>All this package's parts.</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></dd></dl>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the package is not valid.</dd></dl>
 </li>
 </ul>
 <a name="createPart(org.apache.poi.openxml4j.opc.PackagePartName, java.lang.String)">
@@ -1119,7 +1120,7 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>part</code> - The part to add (or replace).</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The part added to the package, the same as the one specified.</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 rule M1.12 is not verified : Packages shall not contain
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code> - If rule M1.12 is not verified : Packages shall not contain
              equivalent part names and package implementers shall neither
              create nor recognize packages with equivalent part names.</dd></dl>
 </li>
@@ -1323,7 +1324,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/openxml4j/opc/RelationshipSource.html#getRelationships()">getRelationships</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/openxml4j/opc/RelationshipSource.html" title="interface in org.apache.poi.openxml4j.opc">RelationshipSource</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>All package relationships of this package.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html#getRelationshipsHelper(java.lang.String)"><code>getRelationshipsHelper(String)</code></a></dd></dl>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidOperationException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidOperationException</a></code> - if a read operation is done on a write only package.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html#getRelationshipsHelper(java.lang.String)"><code>getRelationshipsHelper(String)</code></a></dd></dl>
 </li>
 </ul>
 <a name="getRelationshipsByType(java.lang.String)">

Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/ZipPackage.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/ZipPackage.html?rev=1775211&r1=1775210&r2=1775211&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/ZipPackage.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/ZipPackage.html Tue Dec 20 06:20:59 2016
@@ -286,7 +286,7 @@ extends <a href="../../../../../org/apac
 <dd><code><a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html#getPartsImpl()">getPartsImpl</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>All parts contain in this package.</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> - Throws if the package is not valid.</dd></dl>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code> - if the package is not valid.</dd></dl>
 </li>
 </ul>
 <a name="createPartImpl(org.apache.poi.openxml4j.opc.PackagePartName, java.lang.String, boolean)">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org