Package org.docx4j.model.datastorage
Class W15RepeatZeroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.openpackaging.exceptions.Docx4JException
org.docx4j.model.datastorage.W15RepeatZeroException
- All Implemented Interfaces:
java.io.Serializable
public class W15RepeatZeroException extends Docx4JException
In the case where the item is to be repeated zero times
(ie the bound XML is empty), Word 2016 Preview leaves
the document surface unaltered (eg if there were 3 rows
there, it would leave those 3 rows).
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description W15RepeatZeroException(java.lang.String msg)W15RepeatZeroException(java.lang.String msg, java.lang.Exception e)W15RepeatZeroException(java.lang.String msg, java.lang.Throwable t) -
Method Summary
-
Constructor Details
-
W15RepeatZeroException
public W15RepeatZeroException(java.lang.String msg) -
W15RepeatZeroException
public W15RepeatZeroException(java.lang.String msg, java.lang.Exception e) -
W15RepeatZeroException
public W15RepeatZeroException(java.lang.String msg, java.lang.Throwable t)
-