{
throw new ExprValidationException("Previous function cannot be used in this context");
}
// Request a callback that provides the required access
if (!validationContext.getViewResourceDelegate().requestCapability(streamNumber, new ViewCapDataWindowAccess(), this))
{
throw new ExprValidationException("Previous function requires a single data window view onto the stream");
}
}