File
Doc
Category
Size
Date
Package
HDGFException.java
API Doc
Apache Poi 3.0.1
1445
Tue Jun 26 21:26:00 BST 2007
org.apache.poi.hdgf.exceptions
HDGFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Java Code Source