Package loci.poi.hpsf

Class HPSFRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalPropertySetDataException, MissingSectionException, NoFormatIDException, NoSingleSectionException

public class HPSFRuntimeException extends RuntimeException

This exception is the superclass of all other unchecked exceptions thrown in this package. It supports a nested "reason" throwable, i.e. an exception that caused this one to be thrown.

Since:
2002-02-09
Version:
$Id: HPSFRuntimeException.java 489730 2006-12-22 19:18:16Z bayard $
Author:
Rainer Klute <klute@rainer-klute.de>
See Also: