Package com.db4o.ext
Class CompositeDb4oException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.CompositeDb4oException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompositeDb4oException extends ChainedRuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
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)
-
-
-
Method Detail
-
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
Overriding for JDK 1.1 compatibility.- Overrides:
printStackTrace
in classjava.lang.Throwable
-
-