Package com.drew.lang

Class CompoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageProcessingException, MetadataException

public class CompoundException extends Exception
Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions. This class allows support of these previous JDK versions.
Author:
Drew Noakes https://drewnoakes.com
See Also: