com.drew.lang
Class CompoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ImageProcessingException, MetadataException
public class CompoundException
- extends java.lang.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompoundException
public CompoundException(java.lang.String msg)
CompoundException
public CompoundException(java.lang.Throwable exception)
CompoundException
public CompoundException(java.lang.String msg,
java.lang.Throwable innerException)
getInnerException
public java.lang.Throwable getInnerException()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2006 Drew Noakes. All Rights Reserved.