Class XDGFException


  • public class XDGFException
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XDGFException()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.poi.ooxml.POIXMLException error​(java.lang.String message, java.lang.Object o)
      Creates an error message to be thrown
      static org.apache.poi.ooxml.POIXMLException error​(java.lang.String message, java.lang.Object o, java.lang.Throwable t)  
      static org.apache.poi.ooxml.POIXMLException wrap​(java.lang.String where, org.apache.poi.ooxml.POIXMLException e)  
      static org.apache.poi.ooxml.POIXMLException wrap​(org.apache.poi.ooxml.POIXMLDocumentPart part, org.apache.poi.ooxml.POIXMLException e)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XDGFException

        public XDGFException()
    • Method Detail

      • error

        public static org.apache.poi.ooxml.POIXMLException error​(java.lang.String message,
                                                                 java.lang.Object o)
        Creates an error message to be thrown
      • error

        public static org.apache.poi.ooxml.POIXMLException error​(java.lang.String message,
                                                                 java.lang.Object o,
                                                                 java.lang.Throwable t)
      • wrap

        public static org.apache.poi.ooxml.POIXMLException wrap​(org.apache.poi.ooxml.POIXMLDocumentPart part,
                                                                org.apache.poi.ooxml.POIXMLException e)
      • wrap

        public static org.apache.poi.ooxml.POIXMLException wrap​(java.lang.String where,
                                                                org.apache.poi.ooxml.POIXMLException e)