- All Implemented Interfaces:
- java.io.Serializable
public class SafeNavigate
extends java.lang.RuntimeException
Implementation of the Safe Navigate operator ?. abort on null. In
order for the safe navigate operator to function, and stop evaluating
further nodes, we have to throw an exception on detecting a null.
This gets caught again in BSHAssignment where a null value is returned.
- See Also:
- Serialized Form