db4o 8.0

com.db4o.ext
Class CompositeDb4oException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.CompositeDb4oException
All Implemented Interfaces:
java.io.Serializable

public class CompositeDb4oException
extends com.db4o.foundation.ChainedRuntimeException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Field Summary
 java.lang.Throwable[] _exceptions
           
 
Constructor Summary
CompositeDb4oException(java.lang.Throwable... exceptions)
           
 
Method Summary
 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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.