public class XDGFException
extends java.lang.Object
Constructor and Description |
---|
XDGFException() |
Modifier and Type | Method and Description |
---|---|
static POIXMLException |
error(java.lang.String message,
java.lang.Object o)
Creates an error message to be thrown
|
static POIXMLException |
error(java.lang.String message,
java.lang.Object o,
java.lang.Throwable t) |
static POIXMLException |
wrap(POIXMLDocumentPart part,
POIXMLException e) |
static POIXMLException |
wrap(java.lang.String where,
POIXMLException e) |
public static POIXMLException error(java.lang.String message, java.lang.Object o)
public static POIXMLException error(java.lang.String message, java.lang.Object o, java.lang.Throwable t)
public static POIXMLException wrap(POIXMLDocumentPart part, POIXMLException e)
public static POIXMLException wrap(java.lang.String where, POIXMLException e)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.