Package com.db4o.ext

Class CompositeDb4oException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable[] _exceptions  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeDb4oException​(java.lang.Throwable... exceptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace()
      Overriding for JDK 1.1 compatibility.
      void printStackTrace​(java.io.PrintStream s)  
      void printStackTrace​(java.io.PrintWriter s)  
      • 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

      • _exceptions

        public final java.lang.Throwable[] _exceptions
    • Constructor Detail

      • CompositeDb4oException

        public CompositeDb4oException​(java.lang.Throwable... exceptions)
    • Method Detail

      • 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()
        Overriding for JDK 1.1 compatibility.
        Overrides:
        printStackTrace in class java.lang.Throwable