Uses of Class
org.apache.poi.ooxml.POIXMLException
-
Packages that use POIXMLException Package Description org.apache.poi.xdgf.exceptions -
-
Uses of POIXMLException in org.apache.poi.xdgf.exceptions
Methods in org.apache.poi.xdgf.exceptions that return POIXMLException Modifier and Type Method Description static POIXMLException
XDGFException. error(java.lang.String message, java.lang.Object o)
Creates an error message to be thrownstatic POIXMLException
XDGFException. error(java.lang.String message, java.lang.Object o, java.lang.Throwable t)
static POIXMLException
XDGFException. wrap(java.lang.String where, POIXMLException e)
static POIXMLException
XDGFException. wrap(POIXMLDocumentPart part, POIXMLException e)
Methods in org.apache.poi.xdgf.exceptions with parameters of type POIXMLException Modifier and Type Method Description static POIXMLException
XDGFException. wrap(java.lang.String where, POIXMLException e)
static POIXMLException
XDGFException. wrap(POIXMLDocumentPart part, POIXMLException e)
-