Package org.apache.poi.xdgf.exceptions
Class XDGFException
- java.lang.Object
-
- org.apache.poi.xdgf.exceptions.XDGFException
-
public class XDGFException extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XDGFException()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static POIXMLException
error(java.lang.String message, java.lang.Object o)
Creates an error message to be thrownstatic POIXMLException
error(java.lang.String message, java.lang.Object o, java.lang.Throwable t)
static POIXMLException
wrap(java.lang.String where, POIXMLException e)
static POIXMLException
wrap(POIXMLDocumentPart part, POIXMLException e)
-
-
-
Method Detail
-
error
public static POIXMLException error(java.lang.String message, java.lang.Object o)
Creates an error message to be thrown
-
error
public static POIXMLException error(java.lang.String message, java.lang.Object o, java.lang.Throwable t)
-
wrap
public static POIXMLException wrap(POIXMLDocumentPart part, POIXMLException e)
-
wrap
public static POIXMLException wrap(java.lang.String where, POIXMLException e)
-
-