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 POIXMLExceptionXDGFException. error(String message, Object o)Creates an error message to be thrownstatic POIXMLExceptionXDGFException. error(String message, Object o, Throwable t)static POIXMLExceptionXDGFException. wrap(String where, POIXMLException e)static POIXMLExceptionXDGFException. wrap(POIXMLDocumentPart part, POIXMLException e)Methods in org.apache.poi.xdgf.exceptions with parameters of type POIXMLException Modifier and Type Method Description static POIXMLExceptionXDGFException. wrap(String where, POIXMLException e)static POIXMLExceptionXDGFException. wrap(POIXMLDocumentPart part, POIXMLException e)
-