Class W15RepeatZeroException

All Implemented Interfaces:
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:
  • Constructor Details

    • W15RepeatZeroException

      public W15RepeatZeroException(String msg)
    • W15RepeatZeroException

      public W15RepeatZeroException(String msg, Exception e)
    • W15RepeatZeroException

      public W15RepeatZeroException(String msg, Throwable t)