FileDocCategorySizeDatePackage
HDGFException.javaAPI DocApache Poi 3.0.11445Tue Jun 26 21:26:00 BST 2007org.apache.poi.hdgf.exceptions

HDGFException

public class HDGFException extends RuntimeException
The superclass of all HDGF exceptions
author
Yegor Kozlov

Fields Summary
Constructors Summary
public HDGFException()

	    super();
    
public HDGFException(String message)

	    super(message);
    
public HDGFException(String message, Throwable cause)

        super(message, cause);
    
public HDGFException(Throwable cause)

        super(cause);
    
Methods Summary