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:
- JpegProcessingException, 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()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
public void printStackTrace()
Copyright © 2006 Drew Noakes. All Rights Reserved.