Class WrappedException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    COSVisitorException

    public class WrappedException
    extends java.lang.Exception
    Deprecated.
    java.lang.Exception itself has wrapper capabilities since Java 1.4
    An exception that that holds a sub exception.
    Version:
    $Revision: 1.2 $
    Author:
    Ben Litchfield
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedException​(java.lang.Exception e)
      Deprecated.
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WrappedException

        public WrappedException​(java.lang.Exception e)
        Deprecated.
        Constructor.
        Parameters:
        e - The root exception that caused this exception.