Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMemoryFailure

        public InMemoryFailure()