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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionW15RepeatZeroException(String msg, Exception e) W15RepeatZeroException(String msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
W15RepeatZeroException
-
W15RepeatZeroException
-
W15RepeatZeroException
-