Class MissingNode

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norswap.nanoeth.trees.patricia.store.MissingNode
All Implemented Interfaces:
Serializable

public final class MissingNode
extends RuntimeException
Thrown when a node is missing from a store backing a patricia tree, i.e. when its parent has recorded the cap value of the child, but the child cannot be found in the store.
See Also:
Serialized Form
  • Field Details

    • cap

      public final byte[] cap
      Cap value of the missing node.
  • Constructor Details

    • MissingNode

      public MissingNode​(byte[] cap)