Package com.tom_roush.pdfbox.exceptions
Class WrappedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tom_roush.pdfbox.exceptions.WrappedException
-
- All Implemented Interfaces:
Serializable
public class WrappedException extends Exception
Deprecated.java.lang.Exception itself has wrapper capabilities since Java 1.4An exception that that holds a sub exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedException(Exception e)Deprecated.constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrappedException
public WrappedException(Exception e)
Deprecated.constructor comment.- Parameters:
e- The root exception that caused this exception.
-
-