public class XDGFException extends Object
| Constructor and Description |
|---|
XDGFException() |
| Modifier and Type | Method and Description |
|---|---|
static POIXMLException |
error(String message,
Object o)
Creates an error message to be thrown
|
static POIXMLException |
error(String message,
Object o,
Throwable t) |
static POIXMLException |
wrap(POIXMLDocumentPart part,
POIXMLException e) |
static POIXMLException |
wrap(String where,
POIXMLException e) |
public static POIXMLException error(String message, Object o)
public static POIXMLException error(String message, Object o, Throwable t)
public static POIXMLException wrap(POIXMLDocumentPart part, POIXMLException e)
public static POIXMLException wrap(String where, POIXMLException e)