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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait