Class FieldFormattingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.openpackaging.exceptions.Docx4JException
org.docx4j.model.fields.FieldFormattingException
All Implemented Interfaces:
java.io.Serializable

public class FieldFormattingException
extends Docx4JException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    FieldFormattingException​(java.lang.String message)  
    FieldFormattingException​(java.lang.String msg, java.lang.Exception e)  
    FieldFormattingException​(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
  • Constructor Details

    • FieldFormattingException

      public FieldFormattingException​(java.lang.String message)
    • FieldFormattingException

      public FieldFormattingException​(java.lang.String msg, java.lang.Exception e)
    • FieldFormattingException

      public FieldFormattingException​(java.lang.String msg, java.lang.Throwable t)