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 POIXMLExceptionerror(java.lang.String message, java.lang.Object o)Creates an error message to be thrownstatic POIXMLExceptionerror(java.lang.String message, java.lang.Object o, java.lang.Throwable t)static POIXMLExceptionwrap(java.lang.String where, POIXMLException e)static POIXMLExceptionwrap(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)
-
-