Class ExceptionAdapter

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExceptionAdapter
    extends java.lang.RuntimeException
    A ExceptionAdapter.
    Version:
    $Revision: $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionAdapter​(java.lang.Exception e)
      Create a new ExceptionAdapter.
      ExceptionAdapter​(java.lang.String message, java.lang.Exception e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace()
      FIXME Comment this
      void printStackTrace​(java.io.PrintStream s)
      FIXME Comment this
      void printStackTrace​(java.io.PrintWriter s)
      FIXME Comment this
      void rethrow()
      Rethrows the original exception class.
      • Methods inherited from class java.lang.Throwable

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

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

      • serialVersionUID

        private static final long serialVersionUID
        The serialVersionUID
        See Also:
        Constant Field Values
      • stackTrace

        private final java.lang.String stackTrace
      • originalException

        private java.lang.Exception originalException
    • Constructor Detail

      • ExceptionAdapter

        public ExceptionAdapter​(java.lang.Exception e)
        Create a new ExceptionAdapter.
        Parameters:
        e -
      • ExceptionAdapter

        public ExceptionAdapter​(java.lang.String message,
                                java.lang.Exception e)
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        FIXME Comment this
        Overrides:
        printStackTrace in class java.lang.Throwable
        See Also:
        Throwable.printStackTrace()
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream s)
        FIXME Comment this
        Overrides:
        printStackTrace in class java.lang.Throwable
        Parameters:
        s -
        See Also:
        Throwable.printStackTrace(java.io.PrintStream)
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter s)
        FIXME Comment this
        Overrides:
        printStackTrace in class java.lang.Throwable
        Parameters:
        s -
        See Also:
        Throwable.printStackTrace(java.io.PrintWriter)
      • rethrow

        public void rethrow()
                     throws java.lang.Exception
        Rethrows the original exception class.
        Throws:
        java.lang.Exception