Uses of Class
org.apache.poi.POIXMLException

Packages that use POIXMLException
org.apache.poi.xdgf.exceptions   
 

Uses of POIXMLException in org.apache.poi.xdgf.exceptions
 

Methods in org.apache.poi.xdgf.exceptions that return POIXMLException
static POIXMLException XDGFException.error(java.lang.String message, java.lang.Object o)
          Creates an error message to be thrown
static POIXMLException XDGFException.error(java.lang.String message, java.lang.Object o, java.lang.Throwable t)
           
static POIXMLException XDGFException.wrap(POIXMLDocumentPart part, POIXMLException e)
           
static POIXMLException XDGFException.wrap(java.lang.String where, POIXMLException e)
           
 

Methods in org.apache.poi.xdgf.exceptions with parameters of type POIXMLException
static POIXMLException XDGFException.wrap(POIXMLDocumentPart part, POIXMLException e)
           
static POIXMLException XDGFException.wrap(java.lang.String where, POIXMLException e)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.