org.apache.poi.xdgf.exceptions
Class XDGFException

java.lang.Object
  extended by org.apache.poi.xdgf.exceptions.XDGFException

public class XDGFException
extends java.lang.Object


Constructor Summary
XDGFException()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDGFException

public XDGFException()
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)


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.