Class InMemoryFailure
- java.lang.Object
-
- org.datanucleus.store.query.inmemory.InMemoryFailure
-
public class InMemoryFailure extends java.lang.Object
Class representing a failure in the in-memory evaluation process. An object of this type is used where an expression evaluation results in failure (e.g something is impossible, or something not implemented).
-
-
Constructor Summary
Constructors Constructor Description InMemoryFailure()
-