|
|
Browse by Tags
All Tags » java » ObjectNotStorableException (RSS)
-
Hallo,
can anybody help me with that exception, please?
I defined a GeometryIndexDB4O class in Java as follows:
public class GeometryIndexDB4O {
private ObjectContainer cadDb; public GeometryIndexDB4O(ObjectContainer cadDb) { this.cadDb = cadDb; ...
|
|
|