com.drew.lang
Class CompoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.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.
- See Also:
- Serialized Form
_innnerException
private final Throwable _innnerException
CompoundException
public CompoundException(String msg)
CompoundException
public CompoundException(Throwable exception)
CompoundException
public CompoundException(String msg,
Throwable innerException)
getInnerException
public Throwable getInnerException()
toString
public String toString()
- Overrides:
toString
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable