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.ChainedRuntimeExceptionChainedRuntimeException.ChainedRuntimeExceptionMixin
 
- 
 - 
Field SummaryFields Modifier and Type Field Description java.lang.Throwable[]_exceptions
 - 
Constructor SummaryConstructors Constructor Description CompositeDb4oException(java.lang.Throwable... exceptions)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintStackTrace()Overriding for JDK 1.1 compatibility.voidprintStackTrace(java.io.PrintStream s)voidprintStackTrace(java.io.PrintWriter s)
 
- 
- 
- 
Method Detail- 
printStackTracepublic void printStackTrace(java.io.PrintStream s) - Overrides:
- printStackTracein class- java.lang.Throwable
 
 - 
printStackTracepublic void printStackTrace(java.io.PrintWriter s) - Overrides:
- printStackTracein class- java.lang.Throwable
 
 - 
printStackTracepublic void printStackTrace() Overriding for JDK 1.1 compatibility.- Overrides:
- printStackTracein class- java.lang.Throwable
 
 
- 
 
-